SettledUnsettledData constructor
SettledUnsettledData({
- String? categoryName,
- String? label,
- List<
SettledUnsettledList> ? list,
Implementation
SettledUnsettledData({this.categoryName, this.label, this.list});