menu
parser_combinator package
documentation
parser/one_of.dart
OneOf
OneOf.new const constructor
OneOf.new const constructor
dark_mode
light_mode
OneOf
constructor
const
OneOf
(
String
chars
, {
String
?
name
,
})
Implementation
const OneOf(this.chars, {String? name}) : super(name);
parser_combinator package
documentation
parser/one_of
OneOf
OneOf.new const constructor
OneOf class