Usage constructor

Usage({
  1. List<String> requirements = const [],
  2. List<UsageRule> rules = const [],
  3. String producerNotificationChannel = '',
})

Implementation

Usage({
  this.requirements = const [],
  this.rules = const [],
  this.producerNotificationChannel = '',
}) : super(fullyQualifiedName);