menu
ews package
documentation
PropertyDefinitions/StringPropertyDefinition.dart
StringPropertyDefinition
IsNullable property
IsNullable property
dark_mode
light_mode
IsNullable
property
@
override
bool
get
IsNullable
override
Gets a value indicating whether this property definition is for a nullable type (ref, int?, bool?...).
Implementation
@override bool get IsNullable => true;
ews package
documentation
PropertyDefinitions/StringPropertyDefinition
StringPropertyDefinition
IsNullable property
StringPropertyDefinition class