PathResponse class Null safety
Represents a path response received from the horizon server. See: Path documentation
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-only, inherited
- links ↔ PathResponseLinks?
-
read / write
-
path
↔ List<
Asset> -
read / write
- rateLimitLimit ↔ int?
-
read / write, inherited
- rateLimitRemaining ↔ int?
-
read / write, inherited
- rateLimitReset ↔ int?
-
read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- 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 non-existent 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