contextId property
int
get
contextId
ID of the context where the surrounding text will be deleted.
Implementation
int get contextId => _wrapped.contextID;
set
contextId
(int v)
Implementation
set contextId(int v) {
_wrapped.contextID = v;
}