totalFee static method
      
dynamic
totalFee(
    
    
- dynamic response
Implementation
static dynamic totalFee(dynamic response) => getJsonField(
      response,
      r'''$.data.totalFee''',
    );static dynamic totalFee(dynamic response) => getJsonField(
      response,
      r'''$.data.totalFee''',
    );