accountName static method

dynamic accountName(
  1. dynamic response
)

Implementation

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