matches abstract method

bool matches({
  1. String? anEvent,
  2. Duration? elapsedTime,
  3. T? context,
  4. dynamic ignoreContext = false,
})

See subclasses

Implementation

bool matches(
    {String? anEvent,
    Duration? elapsedTime,
    T? context,
    ignoreContext = false});