argCheck abstract method

void argCheck(
  1. bool? cond,
  2. int arg,
  3. String extraMsg
)

Implementation

void argCheck(bool? cond, int arg, String extraMsg);