core.Map<core.String, core.dynamic> toJson() { final properties = this.properties; return {'properties': ?properties}; }