List<String> toDartStrings({required int length}) { return <String>[for (var i = 0; i < length; ++i) this[i].toDartString()!]; }