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