ConsultarReceitasResponse class

Modelo para resposta de consulta de receitas

Constructors

ConsultarReceitasResponse({required int status, List<MensagemNegocio>? mensagens, ReceitaInfo? receita})
ConsultarReceitasResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mensagens List<MensagemNegocio>?
Mensagens explicativas retornadas no acionamento do serviço
final
receita ReceitaInfo?
Dados da receita consultada
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

Methods

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

Operators

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