menu
extension_data package
documentation
ext.dart
IterableIntExt
toBase64 method
toBase64 method
dark_mode
light_mode
toBase64
method
String
toBase64
(
)
Encode to Base64 String.
Implementation
String toBase64() => base64Encode(toList());
extension_data package
documentation
ext
IterableIntExt
toBase64 method
IterableIntExt extension on
Iterable
<
int
>