tokenPosTable property

  1. @optional
List<List<int>>? tokenPosTable
getter/setter pair

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;