EscrowCancel.fromJson constructor

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

Implementation

EscrowCancel.fromJson(Map<String, dynamic> json)
    : owner = json["owner"],
      offerSequence = json["offer_sequence"],
      super.json(json);