argPositions property

List<({int argIndex, int stringIndex})> argPositions
final

Maps argument indices to their position in the string, where they are to be inserted.

This list is expected to be sorted by argPositions.stringIndex

Implementation

final List<({int stringIndex, int argIndex})> argPositions;