contextId property

int get contextId

ID of the context where the text will be committed

Implementation

int get contextId => _wrapped.contextID;
set contextId (int v)

Implementation

set contextId(int v) {
  _wrapped.contextID = v;
}