toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (administrator != null) 'administrator': administrator!,
  if (enterpriseType != null) 'enterpriseType': enterpriseType!,
  if (googleAuthenticationSettings != null)
    'googleAuthenticationSettings': googleAuthenticationSettings!,
  if (id != null) 'id': id!,
  if (managedGoogleDomainType != null)
    'managedGoogleDomainType': managedGoogleDomainType!,
  if (name != null) 'name': name!,
  if (primaryDomain != null) 'primaryDomain': primaryDomain!,
};