menu
ews package
documentation
PropertyDefinitions/GenericPropertyDefinition.dart
GenericPropertyDefinition<TPropertyValue>
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 EwsUtilities.Parse<TPropertyValue>(value); }
ews package
documentation
PropertyDefinitions/GenericPropertyDefinition
GenericPropertyDefinition<TPropertyValue>
Parse method
GenericPropertyDefinition class