MessageKeywordSearchConfig constructor Null safety
Implementation
MessageKeywordSearchConfig(
{required this.keyword,
this.fromTime,
this.toTime,
this.sessionLimit,
this.msgLimit,
this.asc,
this.p2pList,
this.teamList,
this.senderList,
this.msgTypeList,
this.msgSubtypeList});