DeleteSurroundingTextParameters class

Constructors

DeleteSurroundingTextParameters({required String engineId, required int contextId, required int offset, required int length})
DeleteSurroundingTextParameters.fromJS(DeleteSurroundingTextParameters _wrapped)

Properties

contextId int
ID of the context where the surrounding text will be deleted.
getter/setter pair
engineId String
ID of the engine receiving the event.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
length int
The number of characters to be deleted
getter/setter pair
offset int
The offset from the caret position where deletion will start. This value can be negative.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → DeleteSurroundingTextParameters
no setter

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