attributes property Null safety
read / write
All attribute values of this entity.
An attribute maps to a single column or field in a database that is a scalar value, such as a string, integer, etc. or a transient property declared in the instance type. The keys are the case-sensitive name of the attribute. Values that represent a relationship to another object are not stored in attributes.
Implementation
late Map<String?, ManagedAttributeDescription?> attributes;