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