NIMQuickCommentOption constructor

NIMQuickCommentOption({
  1. String? fromAccount,
  2. int? replyType,
  3. int? time,
  4. String? ext,
  5. bool? needPush,
  6. bool? needBadge,
  7. String? pushTitle,
  8. String? pushContent,
  9. Map<String, dynamic>? pushPayload,
})

Implementation

NIMQuickCommentOption(
    {this.fromAccount,
    this.replyType,
    this.time,
    this.ext,
    this.needPush,
    this.needBadge,
    this.pushTitle,
    this.pushContent,
    this.pushPayload});