menu
t_archive package
documentation
t_archive_file.dart
TArchiveFile
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() => {'name': name, 'size': data.length};
t_archive package
documentation
t_archive_file
TArchiveFile
toMap method
TArchiveFile class