NoOverlapGpsFailureDetails constructor

NoOverlapGpsFailureDetails({
  1. String? gpsEndTime,
  2. String? gpsStartTime,
  3. String? videoEndTime,
  4. String? videoStartTime,
})

Implementation

NoOverlapGpsFailureDetails({
  this.gpsEndTime,
  this.gpsStartTime,
  this.videoEndTime,
  this.videoStartTime,
});