SitfisMensagem class
Mensagens específicas do serviço SITFIS
Constructors
- SitfisMensagem({required String codigo, required String texto})
-
SitfisMensagem.fromJson(Map<
String, dynamic> json) -
factory
Properties
- codigo → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isError → bool
-
Verifica se é uma mensagem de erro
no setter
- isInputError → bool
-
Verifica se é uma mensagem de entrada incorreta
no setter
- isSuccess → bool
-
Verifica se é uma mensagem de sucesso
no setter
- isWarning → bool
-
Verifica se é uma mensagem de aviso
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited