toJson method

Map<String, dynamic> toJson()

Implementation

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