menu
flutter_api_craft package
documentation
models/api_body.dart
ApiFile
bytes property
bytes property
dark_mode
light_mode
bytes
property
List
<
int
>
?
bytes
final
Raw bytes for the file. Use on web or when you already have the bytes.
Implementation
final List<int>? bytes;
flutter_api_craft package
documentation
models/api_body
ApiFile
bytes property
ApiFile class