DeleteTransaction constructor
DeleteTransaction({
- int? clear,
- List<
DeleteTransactionRange> ? delseq,
Implementation
DeleteTransaction({this.clear, this.delseq});