NIMHandleQuickCommentOption constructor Null safety

NIMHandleQuickCommentOption(
  1. {NIMMessageKey? key,
  2. NIMQuickCommentOption? commentOption}
)

Implementation

NIMHandleQuickCommentOption({this.key, this.commentOption});