PathStep class
A PathStep represents an individual step along a Path.
Constructors
- PathStep.new({String? account, String? currency, String? issuer, int? type, String? typeHex})
-
PathStep.fromJson(Map<
String, dynamic> json)
Properties
- account → String?
-
final
- currency → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- issuer → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → int?
-
final
- typeHex → String?
-
final
- validate → String?
-
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the object to a JSON representation.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited