AutoGenerate constructor

AutoGenerate({
  1. required String message,
  2. required bool status,
  3. required Data data,
  4. required String linkId,
  5. Null errors,
  6. Null errorLevel,
})

Implementation

AutoGenerate({
  required this.message,
  required this.status,
  required this.data,
  required this.linkId,
  this.errors,
  this.errorLevel,
});