MeterConfig.fromRawJson constructor

MeterConfig.fromRawJson(
  1. String str
)

Implementation

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