toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (retentionPolicy != null) 'retentionPolicy': retentionPolicy!,
      if (schedule != null) 'schedule': schedule!,
      if (snapshotProperties != null)
        'snapshotProperties': snapshotProperties!,
    };