isNullable property Null safety
final
Indicates whether or not the property can be null or not.
By default, properties are not nullable.
Implementation
final bool isNullable;
Indicates whether or not the property can be null or not.
By default, properties are not nullable.
final bool isNullable;