Attributes constructor
Implementation
Attributes(Map<String, dynamic> attributes) : _data = Map.from(attributes) {
attributes.keys.forEach(_enforceNaming);
}
Attributes(Map<String, dynamic> attributes) : _data = Map.from(attributes) {
attributes.keys.forEach(_enforceNaming);
}