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