Usage constructor

Usage({
  1. String? producerNotificationChannel,
  2. List<String>? requirements,
  3. List<UsageRule>? rules,
})

Implementation

Usage({this.producerNotificationChannel, this.requirements, this.rules});