line property

int? line
final

The contextual line where the expression should be evaluated. In the 'hover' context, this should be set to the start of the expression being hovered.

Implementation

final int? line;