CreateAllowlistIdentifierRequest constructor

CreateAllowlistIdentifierRequest({
  1. required String identifier,
  2. bool notify = false,
})

Returns a new CreateAllowlistIdentifierRequest instance.

Implementation

CreateAllowlistIdentifierRequest({
  required this.identifier,
  this.notify = false,
});