toJson method

Map<String, dynamic> toJson()

Implementation

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