CreateAliasOptions constructor
CreateAliasOptions({})
Returns a new CreateAliasOptions instance.
Implementation
CreateAliasOptions({
required this.emailAddress,
this.inboxId,
this.name,
required this.useThreads,
});