Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json['name'] = v1FeatureNameToJson(name); _json['value'] = value; return _json; }