DeclararResponse class

Modelo de resposta básico para declaração PGDASD (mantido para compatibilidade)

Este modelo é mantido para compatibilidade com versões anteriores. Para novos desenvolvimentos, use EntregarDeclaracaoResponse.

Constructors

DeclararResponse({required String type, required String title, required int status, required String detail, required String instance})
DeclararResponse.fromJson(Map<String, dynamic> json)
factory

Properties

detail String
final
hashCode int
The hash code for this object.
no setterinherited
instance String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
final
sucesso bool
Indica se a operação foi bem-sucedida
no setter
title String
final
type String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited