printYellow static method

void printYellow(
  1. String str
)

Implementation

static void printYellow(String str) => print('$_printColorYellow$str$_printColorReset');