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