records property Null safety

List<QChatInviteApplyRecord>? records
@JsonKey(fromJson: _recordsNullable), final

申请邀请记录

Implementation

@JsonKey(fromJson: _recordsNullable)
final List<QChatInviteApplyRecord>? records;