text_analysis
text_analysis
NGramRange
NGramRange const constructor
NGramRange
NGramRange
constructor
Null safety
const
NGramRange
(
int
min
,
int
max
)
Default const generative constructor.
Implementation
const NGramRange(this.min, this.max);
text_analysis
text_analysis
NGramRange
NGramRange const constructor
NGramRange class
Constructors
NGramRange
Properties
hashCode
max
min
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==