source property

String get source

Implementation

String get source => List.generate(length, (index) => elementAt(index).source).join();