menu
archery package
documentation
archery/core/http/uploaded_file.dart
UploadedFile
length property
length property
dark_mode
light_mode
length
property
Future
<
int
>
get
length
Get the length
Implementation
Future<int> get length async => _knownLength ?? (await _cachedBytes).length;
archery package
documentation
archery/core/http/uploaded_file
UploadedFile
length property
UploadedFile class