DeclararResponse constructor
Implementation
DeclararResponse({
required this.type,
required this.title,
required this.status,
required this.detail,
required this.instance,
});
DeclararResponse({
required this.type,
required this.title,
required this.status,
required this.detail,
required this.instance,
});