responseKeyProperties property

Map<String, ManagedPropertyDescription?> responseKeyProperties
getter/setter pair

Cache of entity.properties using ResponseKey name as key, in case no ResponseKey is set then default property name is used as key

Implementation

late Map<String, ManagedPropertyDescription?> responseKeyProperties = {
  for (final key in properties.keys) mapKeyName(key): properties[key]
};