matches method

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

Implementation

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