AndroidArg class
Constructors
- AndroidArg({String longLabel = '', String uri = ''})
- AndroidArg.fromMap(Map map)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- longLabel → String
-
Label of the shortcut, if there is enough room, {longLabel} is used
instead of label
Default value is {shortLabel}
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri → String
-
Uri of target destination when click on shortcut
final
Methods
-
copyWith(
{String? longLabel, String? uri, bool? enabled}) → AndroidArg -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited