argPositions property
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;
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
final List<({int stringIndex, int argIndex})> argPositions;