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