LMAction class

Annotations
  • @JsonSerializable()

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

Properties

goToHome bool?
final
hashCode int
The hash code for this object.
no setterinherited
lucyAction SlidePopup?
final
lucyActionEx → LucyAction?
final
mobileUI String?
final
redirectAddOn Map<String, dynamic>?
final
redirectUrl Map<String, String>?
final
redirectWidget UXPRedirectWidgetJson?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successMessage String?
final
type String?
final

Methods

copyWith({LucyAction? lucyAction, String? successMessage, UXPRedirectWidgetJson? redirectWidget, Map<String, String>? redirectUrl, Map<String, dynamic>? redirectAddOn, String? type, SlidePopup? slidePopup, 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

Operators

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