finalKeyword property

Token? get finalKeyword

Implementation

Token? get finalKeyword {
  return keyword.asFinalKeyword;
}