LoggingEnabled constructor
LoggingEnabled({
- required String targetBucket,
- required String targetPrefix,
- List<
TargetGrant> ? targetGrants,
Implementation
LoggingEnabled({
required this.targetBucket,
required this.targetPrefix,
this.targetGrants,
});