call method

Colorize call(
  1. String text
)

Implementation

Colorize call(String text) {
  initial = text;
  return this;
}