NIMQuickCommentOptionWrapper constructor Null safety

NIMQuickCommentOptionWrapper(
  1. {NIMMessageKey? key,
  2. List<NIMQuickCommentOption>? quickCommentList,
  3. bool? modify,
  4. int? time}
)

Implementation

NIMQuickCommentOptionWrapper(
    {this.key, this.quickCommentList, this.modify, this.time});