FailureDetails constructor

FailureDetails({
  1. Map<String, List<String>>? details,
  2. String? failureStage,
  3. String? failureType,
})

Implementation

FailureDetails({
  this.details,
  this.failureStage,
  this.failureType,
});