toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (database != null) 'database': database!,
if (dbVersion != null) 'dbVersion': dbVersion!,
if (displayName != null) 'displayName': displayName!,
if (isUnifiedAuditingEnabled != null)
'isUnifiedAuditingEnabled': isUnifiedAuditingEnabled!,
};