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