menu
bcs package
documentation
bcs_type.dart
BcsType<T, Input>
fromBase64 method
fromBase64 method
dark_mode
light_mode
fromBase64
method
T
fromBase64
(
String
b64
)
Implementation
T fromBase64(String b64) { return parse(fromB64(b64)); }
bcs package
documentation
bcs_type
BcsType<T, Input>
fromBase64 method
BcsType class