wrapText method

String wrapText(
  1. String text
)

UTILITY

Implementation

String wrapText(String text) {
  return "#### $text ####";
}