status property

int status

Contains the status code of the response (e.g., 200 for a success).

Implementation

int get status => data.status;