FeatureValue.fromJson constructor Null safety
Implementation
factory FeatureValue.fromJson(Map<String, dynamic> json) => FeatureValue(
id: json["id"],
iDs: json["iDs"],
name: json["name"],
featureId: json["featureID"],
);