CountRangeGuide class final
Constrains an array field to a range of element counts.
See GenerationGuide.countRange for usage.
- Inheritance
-
- Object
- GenerationGuide
- CountRangeGuide
Constructors
- CountRangeGuide(int min, int max)
-
Creates a count range guide.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited