AllowedConsumer constructor

AllowedConsumer({
  1. String? connectionLimit,
  2. String? project,
})

Implementation

AllowedConsumer({this.connectionLimit, this.project});