mIntStr method

bool mIntStr()

Implementation

bool mIntStr() {
  if (mEmpty()) return false;
  return int.tryParse(this!) != null;
}