LMExecutionResultConfig class

Annotations
  • @JsonSerializable()

Constructors

LMExecutionResultConfig.new(String? msg, bool? goToHome, String? buttonTitle, LMAction? action, bool? reloadWidget, int? goBack, bool? autoClosePopup, int? autoClosePopupAfterSeconds)
LMExecutionResultConfig.fromJson(Map<String, dynamic> json)
factory

Properties

action LMAction?
final
autoClosePopup bool?
final
autoClosePopupAfterSeconds int?
final
buttonTitle String?
final
goBack int?
final
goToHome bool?
final
hashCode int
The hash code for this object.
no setterinherited
msg String?
final
reloadWidget bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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