AthenaParameters constructor

AthenaParameters({
  1. String? workGroup,
})

Implementation

AthenaParameters({
  this.workGroup,
});