UploadedFile.fromBytes constructor
UploadedFile.fromBytes({})
Implementation
UploadedFile.fromBytes({required this.filename, required Uint8List bytes, required this.contentType}) : _cachedBytes = Future.value(bytes), _knownLength = bytes.length;