isPermanentRedirect property

bool get isPermanentRedirect

Checks if the status code represents a permanent redirection

Implementation

bool get isPermanentRedirect => this == 301 || this == 308;