TotalCollectedAmount constructor

TotalCollectedAmount({
  1. Price? price,
  2. String? name,
  3. String? label,
  4. String? id,
})

Implementation

TotalCollectedAmount({this.price, this.name, this.label, this.id});