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. Use this for in-memory files or the web platform.
Implementation
final List<int>? bytes;
flutter_api_craft package
documentation
models/api_body
ApiFile
bytes property
ApiFile class