shouldOmitByDefault property Null safety
final
Whether or not fetching an instance of this type should include this property.
By default, all properties on a ManagedObject are returned if not specified (unless they are has-one or has-many relationship properties). This flag will remove the associated property from the result set unless it is explicitly specified by Query.returningProperties.
Implementation
final bool shouldOmitByDefault;