FailureDetail constructor

FailureDetail({
  1. String? description,
})

Implementation

FailureDetail({
  this.description,
});