isUnauthenticated property
bool
get
isUnauthenticated
True when load failed on a 401 — see
FilamentTransportException.statusCode. Only the edit path's record()
read can trip this; submit's 401 is not mapped here (see submit's
doc).
Implementation
bool get isUnauthenticated => _isUnauthenticated;