IdentityEvent constructor

  1. @JsonSerializable(includeIfNull: false)
const IdentityEvent({
  1. @Default('tools.ozone.moderation.defs#identityEvent') String $type,
  2. String? comment,
  3. String? handle,
  4. String? pdsHost,
  5. bool? tombstone,
  6. required DateTime timestamp,
  7. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory IdentityEvent({
  @Default('tools.ozone.moderation.defs#identityEvent') String $type,
  String? comment,
  String? handle,
  String? pdsHost,
  bool? tombstone,
  required DateTime timestamp,

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