KhipuResult class

Constructors

KhipuResult.new({String operationId = '', String exitTitle = '', String exitMessage = '', String? exitUrl, String? continueUrl, String result = '', List<KhipuEvent> events = const [], String? failureReason})
KhipuResult.fromJson(Map<String, dynamic> json)
factory

Properties

continueUrl String?
final
events List<KhipuEvent>
final
exitMessage String
final
exitTitle String
final
exitUrl String?
final
failureReason String?
final
hashCode int
The hash code for this object.
no setterinherited
operationId String
final
result String
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.
override

Operators

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