GasPrice.fromRawJson constructor

GasPrice.fromRawJson(
  1. String str
)

Implementation

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