TransactionSpec class
Specification for creating a Transaction.
Constructors
-
TransactionSpec({ChangeSet? changes, EditorSelection? selection, List<
StateEffect> effects = const [], List<Annotation> annotations = const [], bool scrollIntoView = false}) -
const
Properties
-
annotations
→ List<
Annotation> -
final
- changes → ChangeSet?
-
final
-
effects
→ List<
StateEffect> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollIntoView → bool
-
final
- selection → EditorSelection?
-
final
Methods
-
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