matches method

bool matches(
  1. dynamic value
)

Implementation

bool matches(dynamic value) => value is T;