wrap method
Wrap this chalk with specified prefix and suffix strings.
Implementation
String wrap(String prefix, String suffix) =>
(_chalk.wrap(prefix, suffix))(this);
Wrap this chalk with specified prefix and suffix strings.
String wrap(String prefix, String suffix) =>
(_chalk.wrap(prefix, suffix))(this);