format method

String format(
  1. String value
)
override

Formats a value of type T as a string for output or serialization.

Implementation

String format(String value) => value;