DebtList constructor

DebtList({
  1. int? totalRows = 0,
  2. List<DebtEntry>? mostRecentList,
})

Implementation

DebtList({this.totalRows = 0, this.mostRecentList});