ServerGetAccountInviteCodesInput constructor
- @JsonSerializable(includeIfNull: false)
const
ServerGetAccountInviteCodesInput(
{ - @Default(true) bool includeUsed,
- @Default(true) bool createAvailable,
- Map<String, dynamic>? $unknown,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory ServerGetAccountInviteCodesInput({
@Default(true) bool includeUsed,
/// Controls whether any new 'earned' but not 'created' invites should be created.
@Default(true) bool createAvailable,
Map<String, dynamic>? $unknown,
}) = _ServerGetAccountInviteCodesInput;