ServerDeactivateAccountInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory ServerDeactivateAccountInput({
/// A recommendation to server as to how long they should hold onto the deactivated account before deleting.
DateTime? deleteAfter,
Map<String, dynamic>? $unknown,
}) = _ServerDeactivateAccountInput;