properties property Null safety
read / write
IMPROVEMENT: Cache of entity.properties to reduce property loading time
Implementation
late Map<String?, ManagedPropertyDescription?> properties = entity.properties;
IMPROVEMENT: Cache of entity.properties to reduce property loading time
late Map<String?, ManagedPropertyDescription?> properties = entity.properties;