toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (geo != null) 'geo': geo!,
if (kind != null) 'kind': kind!,
if (primaryBackup != null) 'primaryBackup': primaryBackup!,
if (wrr != null) 'wrr': wrr!,
};