HandleUpdated constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory HandleUpdated({
@Default('tools.ozone.hosting.getAccountHistory#handleUpdated')
String $type,
required String handle,
Map<String, dynamic>? $unknown,
}) = _HandleUpdated;