NIMQuickCommentOptionWrapper constructor Null safety
- {NIMMessageKey? key,
- List<
NIMQuickCommentOption> ? quickCommentList, - bool? modify,
- int? time}
Implementation
NIMQuickCommentOptionWrapper(
{this.key, this.quickCommentList, this.modify, this.time});