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