CongestionModel.fromJson constructor
Implementation
factory CongestionModel.fromJson(Map<String, dynamic> json) =>
CongestionModel(
safeGasPrice: json["PafeGasPrice"],
proposeGasPrice: json["ProposeGasPrice"],
fastGasPrice: json["FastGasPrice"]);