SimpleBanListValidator constructor
const
SimpleBanListValidator({})
Creates the validator.
Implementation
const SimpleBanListValidator({
required this.bannedLeadingTokenTypes,
this.bannedLeadingSelf = false,
required this.bannedTrailingTokenTypes,
this.bannedTrailingSelf = false,
});