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