SyncNotifyOfUpdateInput constructor
- @JsonSerializable(includeIfNull: false)
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;