Add a multiples properties from a json to this properties.
json
Page addPropertiesFromJson(Map<String, dynamic> json) { this.properties.addAllFromJson(json); return this; }