matches method

  1. @override
bool matches(
  1. String? value
)
override

Implementation

@override
bool matches(String? value) =>
    value!.split(_whitespaceRe).contains(this.value);