lateKeyword property

  1. @override
Token? lateKeyword
final

The token representing the 'late' keyword, or null if the late modifier was not included.

Implementation

@override
final Token? lateKeyword;