format method

String format(
  1. String text
)

Creates formatted string

Implementation

String format(String text) => "$value$text$value";