DeleteTransaction constructor

DeleteTransaction({
  1. int? clear,
  2. List<DeleteTransactionRange>? delseq,
})

Implementation

DeleteTransaction({this.clear, this.delseq});