toEntity method

CongestionEntity toEntity()

Implementation

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