LoggingEnabled constructor

LoggingEnabled(
  1. String? targetBucket,
  2. TargetGrant? targetGrants,
  3. String? targetPrefix
)

Implementation

LoggingEnabled(
  this.targetBucket,
  this.targetGrants,
  this.targetPrefix,
);