IntentOption class

Constructors

IntentOption({String? intentName, String? componentPkg, String? componentClass, String? action, String? category, Map<String, String>? extra, bool goSetting = false, bool isLaunch = false})

Properties

action String?
getter/setter pair
category String?
getter/setter pair
componentClass String?
getter/setter pair
componentPkg String?
getter/setter pair
extra Map<String, String>?
getter/setter pair
goSetting bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intentName String?
getter/setter pair
isLaunch bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getOptionsMap() Map
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited