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