False constructor
const
False([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetF(), LowercaseAlphabetA(), LowercaseAlphabetL(), LowercaseAlphabetS(), LowercaseAlphabetE()]))
Implementation
const False([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
LowercaseAlphabetF(),
LowercaseAlphabetA(),
LowercaseAlphabetL(),
LowercaseAlphabetS(),
LowercaseAlphabetE(),
])
)
]);