LedgerEscrow constructor

const LedgerEscrow({
  1. required String owner,
  2. required int seq,
})

Implementation

const LedgerEscrow({required this.owner, required this.seq});