isPermanentlyRedirected property

bool isPermanentlyRedirected

Implementation

bool get isPermanentlyRedirected =>
    redirects.isNotEmpty && redirects.first.statusCode == 301;