IndiceDeclaracao class
Índice da declaração
Constructors
- IndiceDeclaracao({required String numeroDeclaracao, required String dataHoraTransmissao, required String malha})
-
IndiceDeclaracao.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dataHoraTransmissao → String
-
Data e hora da entrega à RFB. Formato yyyyMMddHHmmss
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- malha → String
-
Situação da malha quando aplicável: (Retida em Malha; Liberada, Intimada ou Rejeitada)
A situação Liberada contempla 3 situações diferentes, liberada sem análise, liberada por alteração de parâmetros e aceita
Quando não está em Malha o campo retorna null
final
- numeroDeclaracao → String
-
Identificador único da declaração transmitida
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited