matches method

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

Implementation

@override
bool matches(String? value) =>
    value == this.value || value!.startsWith(_prefix);