format method

String format(
  1. String pattern
)

Formats the exchangeRate using the given pattern

Implementation

String format(String pattern) => exchangeRate.format(pattern);