DeleteTransactionRange constructor

DeleteTransactionRange({
  1. int? hi,
  2. int? low,
})

Implementation

DeleteTransactionRange({this.hi, this.low});