isExists method

  1. @override
bool isExists(
  1. dynamic value
)
override

Implementation

@override
bool isExists(value) {
  return this.value?.contains(value) == true;
}