status property

int status

The status code of the response. (This will be 200 for a success).

MDN Reference

Implementation

int get status => switch (_storage[#status]) {
      int status => status,
      _ => 200,
    };