required property

bool required
final

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;