OnActiveChangedEvent class
Deprecated. Please use onActivated.
class OnActiveChangedEvent {
 /**
  * The ID of the tab that has become active.
  */
 final int tabId;
 final Map selectInfo;
 OnActiveChangedEvent(this.tabId, this.selectInfo);
}
Constructors
new OnActiveChangedEvent(int tabId, Map selectInfo) #
Creates a new Object instance.
Object instances have no meaningful state, and are only useful
through their identity. An Object instance is equal to itself
only.
docs inherited from Object 
OnActiveChangedEvent(this.tabId, this.selectInfo);