call method

  1. @nonVirtual
bool call(
  1. int value
)

Determines if the given Unicode code-point value belongs to this character class. See match for details.

Implementation

@nonVirtual
bool call(int value) => match(value);