Swap constructor
const
Swap([
- IdentifierableCollection first = const IdentifierableCollection(CitrusSyntaxList([LowercaseAlphabetS(), LowercaseAlphabetW(), LowercaseAlphabetA(), LowercaseAlphabetP()]))
Implementation
const Swap([
this.first = const IdentifierableCollection(
CitrusSyntaxList([
LowercaseAlphabetS(),
LowercaseAlphabetW(),
LowercaseAlphabetA(),
LowercaseAlphabetP(),
])
)
]);