toJson method

Map<String, dynamic> toJson()

Implementation

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