printRed static method

void printRed(
  1. String str
)

Implementation

static void printRed(String str) => print('$_printColorRed$str$_printColorReset');