v1CreateOrganizationIntentV2 constructor

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

Implementation

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