Feature.fromJson constructor Null safety
Creates a Feature from a JSON object.
Implementation
factory Feature.fromJson(Map<String, dynamic> json) {
throw UnimplementedError();
}
Creates a Feature from a JSON object.
factory Feature.fromJson(Map<String, dynamic> json) {
throw UnimplementedError();
}