toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accessControlMode != null) 'accessControlMode': accessControlMode!,
  if (databaseType != null) 'databaseType': databaseType!,
  if (documentCreatorDefaultRole != null)
    'documentCreatorDefaultRole': documentCreatorDefaultRole!,
  if (location != null) 'location': location!,
  if (qaEnabled != null) 'qaEnabled': qaEnabled!,
  if (state != null) 'state': state!,
};