required property
Specifies whether this property is required or not.
If required is true
, it will be enforced when saving model objects to
the datastore and when retrieving them.
Implementation
final bool required;
Specifies whether this property is required or not.
If required is true
, it will be enforced when saving model objects to
the datastore and when retrieving them.
final bool required;