isPermanent property
bool
get
isPermanent
Whether a client may cache this redirect indefinitely.
Implementation
bool get isPermanent => status == 301 || status == 308;
Whether a client may cache this redirect indefinitely.
bool get isPermanent => status == 301 || status == 308;