instanceType property
      
      ShowPageActionInstanceType
      get
      instanceType
      
    
    
    
Implementation
ShowPageActionInstanceType get instanceType =>
    ShowPageActionInstanceType.fromJS(_wrapped.instanceType);
      
      set
      instanceType
      (ShowPageActionInstanceType v) 
      
    
    
    
Implementation
set instanceType(ShowPageActionInstanceType v) {
  _wrapped.instanceType = v.toJS;
}