DateRangeEditorNextPrevModel class

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
hasNext ObservableReference<bool>
true if there's a next item to advance to.
getter/setter pairoverride-getter
hasPrev ObservableReference<bool>
true if there's a previous item to revert to.
getter/setter pairoverride-getter
onNext NextPrevCallback?
final
onPrev NextPrevCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

next() → void
Tries to advance to the next item, and returns it if possible.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prev() → void
Tries to revert to the previous item, and returns it if possible.
override
toString() String
A string representation of this object.
inherited
update(Date? visibleMonth, Date minDate, Date maxDate) → void

Operators

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