ErrorDescription constructor
Returns a new ErrorDescription instance.
Implementation
ErrorDescription({
required this.title,
required this.status,
required this.errors,
});
Returns a new ErrorDescription instance.
ErrorDescription({
required this.title,
required this.status,
required this.errors,
});