allow property
final
Whether the pattern is an allow list or not.
When true, filterPattern denotes an allow list: characters must match the filter to be allowed.
When false, filterPattern denotes a deny list: characters that match the filter are disallowed.
Implementation
final bool allow;