menu
ews package
documentation
PropertyDefinitions/TypedPropertyDefinition.dart
TypedPropertyDefinition
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 => this.isNullable;
ews package
documentation
PropertyDefinitions/TypedPropertyDefinition
TypedPropertyDefinition
IsNullable property
TypedPropertyDefinition class