tokenPosTable property Null safety

List<List<int>>? tokenPosTable
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;