feat(dart): add late & required keywords

This commit is contained in:
Akin Sowemimo 2021-05-19 21:58:39 +01:00 committed by Stephan Seitz
parent aa512ebca8
commit 0efa1ec83a

View file

@ -163,6 +163,8 @@
; of the assertion not just the keyword
; assert
(case_builtin)
"late"
"required"
"extension"
"on"
"class"