isRedirect property

bool get isRedirect

Whether this is a redirect response.

Implementation

bool get isRedirect => redirectTo != null;