ReplicationTimeValue constructor

ReplicationTimeValue(
  1. int? minutes
)

Implementation

ReplicationTimeValue(
  this.minutes,
);