AllocationTrackerAccount constructor

const AllocationTrackerAccount({
  1. required int count,
})

Implementation

const AllocationTrackerAccount({required this.count});