v1CreateOrganizationIntent constructor

const v1CreateOrganizationIntent({
  1. required String organizationName,
  2. required String rootEmail,
  3. required v1AuthenticatorParams rootAuthenticator,
  4. String? rootUserId,
})

Implementation

const v1CreateOrganizationIntent({
  required  this.organizationName,
  required  this.rootEmail,
  required  this.rootAuthenticator,
   this.rootUserId,
});