toEntity method
Implementation
CongestionEntity toEntity() => CongestionEntity(
safeGasPrice: safeGasPrice,
proposeGasPrice: proposeGasPrice,
fastGasPrice: fastGasPrice);
CongestionEntity toEntity() => CongestionEntity(
safeGasPrice: safeGasPrice,
proposeGasPrice: proposeGasPrice,
fastGasPrice: fastGasPrice);