ActionRequest class

Constructors

ActionRequest({required String actionName, required Map<String, String> sessionVariables, required Map<String, dynamic> input, required Request request})
ActionRequest.fromJson(String source, Request request)
factory
ActionRequest.fromMap(Map<String, dynamic> map, Request request)
factory

Properties

actionName String
final
hashCode int
The hash code for this object.
no setterinherited
input Map<String, dynamic>
final
request → Request
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionVariables Map<String, String>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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