QChatGetInviteApplyRecordOfSelfParam constructor Null safety

QChatGetInviteApplyRecordOfSelfParam(
  1. {int? fromTime,
  2. int? toTime,
  3. bool? reverse,
  4. int? limit,
  5. int? excludeRecordId}
)

Implementation

QChatGetInviteApplyRecordOfSelfParam(
    {this.fromTime,
    this.toTime,
    this.reverse,
    this.limit,
    this.excludeRecordId});