Blob.fromData constructor Null safety
Creates a Blob with the given in-memory data.
Implementation
factory Blob.fromData(String contentType, Uint8List data) =>
BlobImpl.fromData(contentType, data);
Creates a Blob with the given in-memory data.
factory Blob.fromData(String contentType, Uint8List data) =>
BlobImpl.fromData(contentType, data);