FastRedoUndoCount class

Annotations

Constructors

FastRedoUndoCount({int redo = 0, int undo = 0})
const
FastRedoUndoCount.initialized()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
redo int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
undo int
final

Methods

copyWith({int? redoCount, int? undoCount}) FastRedoUndoCount
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