toJson method

Map<String, dynamic> toJson()

Implementation

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