PathResponse class

Represents a path response received from the horizon server. See: Path documentation

Inheritance

Constructors

PathResponse(String destinationAmount, String destinationAssetType, String? destinationAssetCode, String? destinationAssetIssuer, String sourceAmount, String sourceAssetType, String? sourceAssetCode, String? sourceAssetIssuer, List<Asset> path, PathResponseLinks? links)
PathResponse.fromJson(Map<String, dynamic> json)
factory

Properties

destinationAmount String
read / write
destinationAsset Asset
read-only
destinationAssetCode String?
read / write
destinationAssetIssuer String?
read / write
destinationAssetType String
read / write
hashCode int
The hash code for this object.
read-onlyinherited
read / write
path List<Asset>
read / write
rateLimitLimit int?
read / writeinherited
rateLimitRemaining int?
read / writeinherited
rateLimitReset int?
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sourceAmount String
read / write
sourceAsset Asset
read-only
sourceAssetCode String?
read / write
sourceAssetIssuer String?
read / write
sourceAssetType String
read / write

Methods

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

Operators

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