menu
dart_interval package
documentation
dart_interval
BaseIntervalSet
add method
add
brightness_4
add
method
Null safety
void
add
(
Interval
value
)
Implementation
void add(Interval value) { this._add(value); }
dart_interval package
documentation
dart_interval
BaseIntervalSet
add method
BaseIntervalSet class
Constructors
BaseIntervalSet
Properties
hashCode
isEmpty
isNotEmpty
iterator
length
runtimeType
Methods
add
addAll
elementAt
forEach
noSuchMethod
toString
Operators
operator +
operator ==
operator []