getOptionsMap method

Map getOptionsMap()

Implementation

Map getOptionsMap() {
  return {
    if(intentName != null)
      "intentName": intentName,
    if(componentPkg != null)
      "componentPkg": componentPkg,
    if(componentClass != null)
      "componentClass": componentClass,
    if(action != null)
      "action": action,
    if(category != null)
      "category": category,
    if(extra != null)
      "extra": extra,
    "goSetting": goSetting,
    "isLaunch": isLaunch,
  };
}