PathStep.fromJson constructor
Implementation
PathStep.fromJson(Map<String, dynamic> json)
: account = json["account"],
currency = json["currency"],
issuer = json["issuer"],
type = json["type"],
typeHex = json["type_hex"];