formatMaxPriorityFeePerGas method
Format max priority fee per gas in Gwei with appropriate precision
Implementation
String formatMaxPriorityFeePerGas({int precision = 2}) {
return FeeInfoFormatting._formatNumber(maxPriorityFeePerGasInGwei, precision: precision);
}