PolicyDriftDetails constructor

PolicyDriftDetails({
  1. String? detectedValue,
  2. String? expectedValue,
  3. String? field,
})

Implementation

PolicyDriftDetails({this.detectedValue, this.expectedValue, this.field});