MensagemDctf class

Classes comuns para respostas DCTFWeb Mensagem específica do DCTFWeb

Constructors

MensagemDctf({required String codigo, required String texto})
MensagemDctf.fromJson(Map<String, dynamic> json)
factory

Properties

codigo String
final
hashCode int
The hash code for this object.
no setterinherited
isErro bool
Verifica se é uma mensagem de erro
no setter
isSucesso bool
Verifica se é uma mensagem de sucesso
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
texto String
final
tipo String
Obtém o tipo da mensagem baseado no código
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.
override

Operators

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