Feature.fromRawJson constructor
Feature.fromRawJson(
- String str
Implementation
factory Feature.fromRawJson(String str) => Feature.fromJson(json.decode(str));
factory Feature.fromRawJson(String str) => Feature.fromJson(json.decode(str));