SyncGetBlobInput constructor
- @JsonSerializable.new(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory SyncGetBlobInput({
  /// The DID of the account.
  required String did,
  /// The CID of the blob to fetch
  required String cid,
  Map<String, dynamic>? $unknown,
}) = _SyncGetBlobInput;