PreconditionsTimeBoundsResponse constructor

PreconditionsTimeBoundsResponse(
  1. String? minTime,
  2. String? maxTime
)

Implementation

PreconditionsTimeBoundsResponse(this.minTime, this.maxTime);