f6_1 method

String f6_1(
  1. int x
)

Implementation

String f6_1(int x) =>
    [for (var i = 1; i <= x; i++) this[i]].map((n) => n.f6_1).join();