menu
archery package
documentation
archery/core/http/uploaded_file.dart
UploadedFile
string property
string property
dark_mode
light_mode
string
property
Future
<
String
>
get
string
Get the file content as string
Implementation
Future<String> get string async => utf8.decode(await _cachedBytes);
archery package
documentation
archery/core/http/uploaded_file
UploadedFile
string property
UploadedFile class