detailedBreakdown property

String get detailedBreakdown

Detailed fee breakdown

Implementation

String get detailedBreakdown {
  return 'Gas Limit: $gas units\n'
      'Gas Price: ${formatGasPrice()} Gwei\n'
      'Total: ${formatTotal()}';
}