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