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