GetAccountInviteCodesOutput constructor
- @JsonSerializable(includeIfNull: false)
- @InviteCodeConverter() required List<
InviteCode> codes, - @JsonKey(name: r'$unknown') Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory GetAccountInviteCodesOutput({
@InviteCodeConverter() required List<InviteCode> codes,
/// Contains unknown objects not defined in Lexicon.
@JsonKey(name: r'$unknown') Map<String, dynamic>? $unknown,
}) = _GetAccountInviteCodesOutput;