ShortcutArg class
Constructors
- ShortcutArg({required String id, required String title, String iconResourceName = '', AndroidArg? androidArg, IosArg? iosArg})
- ShortcutArg.fromMap(Map map)
-
factory
Properties
- androidArg → AndroidArg?
-
Args for Android only
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconResourceName → String
-
App short cut leading icon
final
- id → String
-
Unique id to identify shortcuts
final
- iosArg → IosArg?
-
Args for IOS only
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
Label of the shortcut
final
Methods
-
copyWith(
{String? id, String? title, String? iconResourceName, AndroidArg? androidArg, IosArg? iosArg}) → ShortcutArg -
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited