For constructor

const For([
  1. IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetF(), LowercaseAlphabetO(), LowercaseAlphabetR()]))
])

Implementation

const For([
    this.first = const IdentifierableCollection(
        CitrusSyntaxList([
            LowercaseAlphabetF(),
            LowercaseAlphabetO(),
            LowercaseAlphabetR(),
        ])
    )
]);