SyncNotifyOfUpdateInput constructor

  1. @JsonSerializable(includeIfNull: false)
const SyncNotifyOfUpdateInput({
  1. required String hostname,
  2. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory SyncNotifyOfUpdateInput({
  /// Hostname of the current service (usually a PDS) that is notifying of update.
  required String hostname,

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