IntentOption constructor
IntentOption({})
Implementation
IntentOption({
this.intentName,
this.componentPkg,
this.componentClass,
this.action,
this.category,
this.extra,
this.goSetting = false,
this.isLaunch = false
});