False constructor

const False([
  1. IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetF(), LowercaseAlphabetA(), LowercaseAlphabetL(), LowercaseAlphabetS(), LowercaseAlphabetE()]))
])

Implementation

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