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