menu
ews package
documentation
PropertyDefinitions/ByteArrayPropertyDefinition.dart
ByteArrayPropertyDefinition
Parse method
Parse method
dark_mode
light_mode
Parse
method
@
override
Object
Parse
(
String
?
value
)
override
Parses the specified value.
The value.
Implementation
@override Object Parse(String? value) { return base64.decode(value!); }
ews package
documentation
PropertyDefinitions/ByteArrayPropertyDefinition
ByteArrayPropertyDefinition
Parse method
ByteArrayPropertyDefinition class