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