Usage constructor

Usage({
  1. String? endDate,
  2. Map<String, List<List<int>>>? items,
  3. String? position,
  4. String? startDate,
  5. String? usagePlanId,
})

Implementation

Usage({
  this.endDate,
  this.items,
  this.position,
  this.startDate,
  this.usagePlanId,
});