printInfo function

void printInfo(
  1. dynamic values
)

Implementation

void printInfo(dynamic values) {
  print("$blue$values$reset");
}