PropertyChangeCommand<T> class
Constructors
- PropertyChangeCommand({required MessageBus bus, required TypeDescriptor descriptor, required WidgetData widget, required Object target, required String property, Command? parent, required dynamic newValue})
Properties
- bus → MessageBus
-
final
-
children
↔ List<
Command> -
getter/setter pairinherited
- descriptor → TypeDescriptor
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- oldValue → T
-
final
- parent ↔ Command?
-
getter/setter pairinherited
- property → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stack ↔ CommandStack?
-
getter/setter pairinherited
- target → Object
-
final
- value ← dynamic
-
no getter
- widget → WidgetData
-
final
Methods
-
execute(
) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
undo(
{bool deleteOnly = false, bool silent = false}) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited