MensagemEventosAtualizacao class
Modelo para mensagens de negócio dos eventos de atualização
Constructors
- MensagemEventosAtualizacao({required String codigo, required String texto})
-
MensagemEventosAtualizacao.fromJson(Map<
String, dynamic> json) -
factory
Properties
- codigo → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAviso → bool
-
Verifica se a mensagem é um aviso
no setter
- isErro → bool
-
Verifica se a mensagem indica erro
no setter
- isSucesso → bool
-
Verifica se a mensagem indica sucesso
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- texto → 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