ServerGetAccountInviteCodesOutput constructor

  1. @JsonSerializable(includeIfNull: false)
const ServerGetAccountInviteCodesOutput({
  1. @InviteCodeConverter() required List<InviteCode> codes,
  2. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory ServerGetAccountInviteCodesOutput({
  @InviteCodeConverter() required List<InviteCode> codes,

  Map<String, dynamic>? $unknown,
}) = _ServerGetAccountInviteCodesOutput;