Param constructor

const Param([
  1. IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetP(), LowercaseAlphabetA(), LowercaseAlphabetR(), LowercaseAlphabetA(), LowercaseAlphabetM()]))
])

Implementation

const Param([
    this.first = const IdentifierableCollection(
        CitrusSyntaxList([
            LowercaseAlphabetP(),
            LowercaseAlphabetA(),
            LowercaseAlphabetR(),
            LowercaseAlphabetA(),
            LowercaseAlphabetM(),
        ])
    )
]);