const factory Blob({ @typeKey @Default('blob') String type, required String mimeType, required int size, required BlobRef ref, }) = _Blob;