format method

String format(
  1. List<String> params
)

Implementation

String format(List<String> params) => interpolate(this, params);