EnterAction class
Describes what to do when pressing Enter.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- EnterAction({IndentAction? indentAction, String? appendText, num? removeText})
-
factory
Properties
- appendText ↔ String?
-
Available on EnterAction, provided by the EnterAction$Typings extension
Describes text to be appended after the new line and after the indentation.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- indentAction ↔ IndentAction
-
Available on EnterAction, provided by the EnterAction$Typings extension
Describe what to do with the indentation.getter/setter pair - removeText ↔ num?
-
Available on EnterAction, provided by the EnterAction$Typings extension
Describes the number of characters to remove from the new line's indentation.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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