IdentityUpdateHandleInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory IdentityUpdateHandleInput({
/// The new handle.
required String handle,
Map<String, dynamic>? $unknown,
}) = _IdentityUpdateHandleInput;