Add a group of properties from a json map and return this instance.
json
Database addPropertiesFromJson(Map<String, dynamic> json) { this.properties.addAllFromJson(json); return this; }