tokenPosTable property Null safety
read / write
A table encoding a mapping from token position to line and column. This field is null if sources aren't available.
Implementation
@optional
List<List<int>>? tokenPosTable;
A table encoding a mapping from token position to line and column. This field is null if sources aren't available.
@optional
List<List<int>>? tokenPosTable;