AtomicTransactResponse class

Response returned when transact is closed

Constructors

AtomicTransactResponse({String? taskId, String? handoff, String? reason, required Map<String, dynamic> data})
AtomicTransactResponse.fromJson(dynamic json)
factory

Properties

data Map<String, dynamic>
All information returned from transact
final
handoff String?
Handoff allows views to be handled outside of Transact. In place of the view, corresponding SDK events will be emitted that allows apps to respond and handle these views. Handoff Pages
final
hashCode int
The hash code for this object.
no setterinherited
reason String?
The reason that transact was closed. Such as zero-search-results, task-pending, or unknown
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskId String?
Task Id of the transact operation
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