AccountCreated constructor

  1. @JsonSerializable(includeIfNull: false)
const AccountCreated({
  1. @Default('tools.ozone.hosting.getAccountHistory#accountCreated') String $type,
  2. String? email,
  3. String? handle,
  4. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory AccountCreated({
  @Default('tools.ozone.hosting.getAccountHistory#accountCreated')
  String $type,
  String? email,
  String? handle,

  Map<String, dynamic>? $unknown,
}) = _AccountCreated;