ConsultarUltimaDeclaracaoResponse class
Modelo de resposta para consultar última declaração PGDASD
Representa a resposta do serviço CONSULTIMADECREC14
- Implementers
Constructors
-
ConsultarUltimaDeclaracaoResponse({required int status, required List<
Mensagem> mensagens, DeclaracaoCompleta? dados}) -
ConsultarUltimaDeclaracaoResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dados → DeclaracaoCompleta?
-
Estrutura de dados de retorno, contendo o objeto DeclaracaoCompleta parseado
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
mensagens
→ List<
Mensagem> -
Mensagem explicativa retornada no acionamento do serviço
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int
-
Status HTTP retornado no acionamento do serviço
final
- sucesso → bool
-
Indica se a operação foi bem-sucedida
no setter
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