LoggingEnabled constructor

LoggingEnabled({
  1. required String targetBucket,
  2. required String targetPrefix,
  3. List<TargetGrant>? targetGrants,
})

Implementation

LoggingEnabled({
  required this.targetBucket,
  required this.targetPrefix,
  this.targetGrants,
});