PointInTimeRecoverySpecification constructor

PointInTimeRecoverySpecification({
  1. required bool pointInTimeRecoveryEnabled,
})

Implementation

PointInTimeRecoverySpecification({
  required this.pointInTimeRecoveryEnabled,
});