menu
petitparser package
documentation
petitparser.dart
RepeatingParser<T, R>
min property
min property
dark_mode
light_mode
min
property
int
min
final
The minimum amount of repetitions.
Implementation
final
int
min;
petitparser package
documentation
petitparser
RepeatingParser<T, R>
min property
RepeatingParser class
Constructors
RepeatingParser
Properties
children
delegate
hashCode
max
min
runtimeType
Methods
accept
(ext)
allMatches
(ext)
and
(ext)
callCC
(ext)
captureResultGeneric
cast
(ext)
castList
(ext)
copy
end
(ext)
fastParseOn
flatten
(ext)
hasEqualChildren
hasEqualProperties
isEqualTo
labeled
(ext)
map
(ext)
map2
(ext)
map3
(ext)
map4
(ext)
map5
(ext)
map6
(ext)
map7
(ext)
map8
(ext)
map9
(ext)
matches
(ext)
matchesSkipping
(ext)
neg
(ext)
noSuchMethod
not
(ext)
optional
(ext)
optionalWith
(ext)
or
(ext)
parse
parseOn
permute
(ext)
pick
(ext)
plus
(ext)
plusGreedy
(ext)
plusLazy
(ext)
plusSeparated
(ext)
plusString
(ext)
repeat
(ext)
repeatGreedy
(ext)
repeatLazy
(ext)
repeatSeparated
(ext)
repeatString
(ext)
replace
separatedBy
(ext)
seq
(ext)
settable
(ext)
skip
(ext)
star
(ext)
starGreedy
(ext)
starLazy
(ext)
starSeparated
(ext)
starString
(ext)
times
(ext)
timesSeparated
(ext)
timesString
(ext)
token
(ext)
toPattern
(ext)
toString
trim
(ext)
where
(ext)
Operators
operator &
(ext)
operator ==
operator |
(ext)