FailureInfo constructor

FailureInfo({
  1. String? detail,
  2. String? type,
})

Implementation

FailureInfo({
  this.detail,
  this.type,
});