ResponseAtivacao class

Constructors

ResponseAtivacao({required String numeroSessao, required String codStatus, required String mensagem, required String cod, required String mensagemSefaz})
ResponseAtivacao.fromJson(String source)
factory
ResponseAtivacao.fromMap(Map<String, dynamic> map)
factory
ResponseAtivacao.fromSat(List<String?> consulta)
factory

Properties

cod String
final
codStatus 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

Methods

copyWith({String? numeroSessao, String? codStatus, String? mensagem, String? cod, String? mensagemSefaz}) ResponseAtivacao
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 ResponseAtivacao other) bool
The equality operator.
override