SlidePopup class

Annotations
  • @JsonSerializable()

Constructors

SlidePopup.new(String? dialogTitle, String? executionMsg, String? modelName, String? action, Map<String, String>? params, LMExecutionConfig? postExecution, String? app, String? service)
SlidePopup.fromJson(Map<String, dynamic> json)
factory

Properties

action String?
final
app String?
final
dialogTitle String?
final
executionMsg String?
final
hashCode int
The hash code for this object.
no setterinherited
modelName String?
final
params Map<String, String>?
final
postExecution LMExecutionConfig?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show(BuildContext context) → dynamic
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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