isPersistent property
bool
get
isPersistent
True when this field participates in persistence-oriented dataset output.
The value follows the field definition: regular fields are persistent by default, while calculated fields are not unless explicitly overridden.
Implementation
bool get isPersistent => _definition.isPersistent;