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