RelpmeiBaseResponse class abstract
Modelo base para respostas RELPMEI seguindo padrão dos outros serviços
Constructors
-
RelpmeiBaseResponse({required int status, required List<
MensagemRelpmei> mensagens, required String dados}) -
RelpmeiBaseResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dados → String
-
Dados retornados como string JSON
final
- hasData → bool
-
Verifica se há dados válidos
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
mensagens
→ List<
MensagemRelpmei> -
Lista de mensagens de retorno
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int
-
Status da resposta HTTP
final
- sucesso → bool
-
Converte status contêm sucesso
no setter
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