SafetyResponseModel constructor

const SafetyResponseModel({
  1. bool? isBlockedIvc,
  2. bool? isBlockedNonIvc,
  3. bool? ignoreSafetyEvaluation,
})

Implementation

const SafetyResponseModel({
  this.isBlockedIvc,
  this.isBlockedNonIvc,
  this.ignoreSafetyEvaluation,
});