tokenPosTable property Null safety
optional">@optionalread / 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;