statusAsync property

Future<APIResponseStatus> statusAsync

Implementation

Future<APIResponseStatus> get statusAsync => then((r) => r.status);