contextId property
      
      int
      get
      contextId
      
    
    
ID of the context that owns the candidate window.
Implementation
int get contextId => _wrapped.contextID;
      
      set
      contextId
      (int v) 
      
    
    
    
Implementation
set contextId(int v) {
  _wrapped.contextID = v;
}