format method

String format([
  1. int x0 = 0,
  2. int? y0,
  3. int? z0,
  4. int? w0,
])

Implementation

String format([int x0 = 0, int? y0, int? z0, int? w0]) => ref.format(x0, y0, z0, w0);