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