Extensions constructor

Extensions({
  1. String? errorCode,
  2. List<Error>? errors,
  3. String? classification,
})

Implementation

Extensions({
  this.errorCode,
  this.errors,
  this.classification,
});