format method

String format(
  1. Object text
)

Creates formatted string

Implementation

String format(Object text) => "$_value$text$_value";