ResponseLog class
Constructors
- ResponseLog({required String numeroSessao, required String codStatus, required String mensagem, required String cod, required String mensagemSefaz, required String log})
- ResponseLog.fromJson(String source)
-
factory
-
ResponseLog.fromMap(Map<
String, dynamic> map) -
factory
-
ResponseLog.fromSat(List<
String?> consulta) -
factory
Properties
Methods
-
copyWith(
{String? numeroSessao, String? codStatus, String? mensagem, String? cod, String? mensagemSefaz, String? log}) → ResponseLog -
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 ResponseLog other) → bool -
The equality operator.
override