isIncludedInDefaultResultSet property Null safety
final
Whether or not this property is returned in the default set of Query.returningProperties.
This defaults to true. If true, when executing a Query that does not explicitly specify Query.returningProperties, this property will be returned. If false, you must explicitly specify this property in Query.returningProperties to retrieve it from persistent storage.
Implementation
final bool isIncludedInDefaultResultSet;