ConsecutiveOccurrence class

Internal use only

Constructors

ConsecutiveOccurrence({required int startIndex, int? endIndex})

Properties

endIndex int?
Internal use only
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startIndex int
Internal use only
final
total → dynamic
Number of items found
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
updateEndIndex(int newIndex) → dynamic
Internal use only

Operators

operator ==(Object other) bool
The equality operator.
inherited