PactResponse class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

PactResponse({required int gas, required PactResult result, required String reqKey, required String logs, String? metadata, String? continuation, required String? txId})
PactResponse.fromJson(Map<String, dynamic> json)
factory

Properties

continuation String?
final
gas int
final
hashCode int
The hash code for this object.
no setterinherited
logs String
final
metadata String?
final
reqKey String
final
result PactResult
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
txId String?
final

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