isPermanentRedirect property
bool
get
isPermanentRedirect
Checks if the status code represents a permanent redirection
Implementation
bool get isPermanentRedirect => this == 301 || this == 308;
Checks if the status code represents a permanent redirection
bool get isPermanentRedirect => this == 301 || this == 308;