matches method

bool matches(
  1. AuthState state
)

Implementation

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