ResponseNota class

Constructors

ResponseNota({required String numeroSessao, required String codStatus, required String codAlerta, required String mensagem, required String cod, required String mensagemSefaz, required String xmlBase64, required String timeStamp, required String chave, required String valorTotal, required String dadosCnpj, required String assinaturaQrcode})
ResponseNota.fromJson(String source)
factory
ResponseNota.fromMap(Map<String, dynamic> map)
factory
ResponseNota.fromSat(List<String?> consulta)
factory

Properties

assinaturaQrcode String
final
chave String
final
cod String
final
codAlerta String
final
codStatus String
final
dadosCnpj String
final
hashCode int
The hash code for this object.
no setteroverride
mensagem String
final
mensagemSefaz String
final
numeroSessao String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeStamp String
final
valorTotal String
final
xmlBase64 String
final

Methods

copyWith({String? numeroSessao, String? codStatus, String? mensagem, String? cod, String? mensagemSefaz, String? xmlBase64, String? timeStamp, String? chave, String? valorTotal, String? dadosCnpj, String? assinaturaQrcode, String? codAlerta}) ResponseNota
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant ResponseNota other) bool
The equality operator.
override