LMAction class
Constructors
-
LMAction.new({LucyAction? lucyActionEx, String? successMessage, UXPRedirectWidgetJson? redirectWidget, Map<String, String>? redirectUrl, Map<String, dynamic>? redirectAddOn, String? type, SlidePopup? lucyAction, bool? goToHome, String? mobileUI})
-
-
LMAction.clone(LMAction? lmAction)
-
factory
-
LMAction.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({LucyAction? lucyAction, String? successMessage, UXPRedirectWidgetJson? redirectWidget, Map<String, String>? redirectUrl, Map<String, dynamic>? redirectAddOn, String? type, bool? goToHome, String? mobileUI})
→ LMAction
-
-
execute(BuildContext context, {Map<String, dynamic>? data, Map<String, String>? customLucyActionParams})
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited