toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (persistenceMode != null) 'persistenceMode': persistenceMode!,
      if (rdbNextSnapshotTime != null)
        'rdbNextSnapshotTime': rdbNextSnapshotTime!,
      if (rdbSnapshotPeriod != null) 'rdbSnapshotPeriod': rdbSnapshotPeriod!,
      if (rdbSnapshotStartTime != null)
        'rdbSnapshotStartTime': rdbSnapshotStartTime!,
    };