menu
ews package
documentation
PropertyDefinitions/StringPropertyDefinition.dart
StringPropertyDefinition
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 value; }
ews package
documentation
PropertyDefinitions/StringPropertyDefinition
StringPropertyDefinition
Parse method
StringPropertyDefinition class