matches method

bool matches(
  1. AuthState state
)

Verifies that a current state is a T

Implementation

bool matches(AuthState state) => state is T;