isForbidden property

bool isForbidden
getter/setter pair

Whether the current user is forbidden from accessing this list.

Set to true when a 403 Forbidden response is received.

Implementation

bool isForbidden = false;