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