menu
m511chacha20 package
documentation
cipher_result.dart
CipherResult
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return {'file': cipherFile.path, 'success': success}; }
m511chacha20 package
documentation
cipher_result
CipherResult
toMap method
CipherResult class