matches method

bool matches(
  1. ValueEnum other
)
inherited

Implementation

bool matches(ValueEnum other) => value == other.value;