Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'layers'] = this.layers; json[r'source'] = this.source_; return json; }