GoogleWorkspaceAccount constructor

GoogleWorkspaceAccount({
  1. String? customerId,
  2. List<String>? preProvisioningTokens,
})

Implementation

GoogleWorkspaceAccount({this.customerId, this.preProvisioningTokens});