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