UPropertyBreakdownItem constructor

UPropertyBreakdownItem({
  1. required String name,
  2. required int count,
})

Implementation

UPropertyBreakdownItem({required this.name, required this.count});