totalFee static method

dynamic totalFee(
  1. dynamic response
)

Implementation

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