S3LogsConfiguration constructor

S3LogsConfiguration({
  1. required bool enable,
})

Implementation

S3LogsConfiguration({
  required this.enable,
});