AccessSettings constructor

AccessSettings({
  1. String? accessState,
  2. String? audience,
})

Implementation

AccessSettings({
  this.accessState,
  this.audience,
});