isDot static method

bool isDot(
  1. int c
)

Implementation

static bool isDot(int c) => c == CC_DOT;