PathStep.fromJson constructor

PathStep.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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