ApuracaoDetalhada class
Apuração detalhada
Constructors
- ApuracaoDetalhada({String? periodoApuracao, int? idApuracao, int? situacao, String? dataEncerramento, bool? eventoEspecial, double? valorTotalApurado})
- Construtor para criar uma instância de ApuracaoDetalhada
-
ApuracaoDetalhada.fromJson(Map<
String, dynamic> json) -
Cria uma instância de ApuracaoDetalhada a partir de um mapa JSON
factory
Properties
- dataEncerramento → String?
-
Data de encerramento
final
- eventoEspecial → bool?
-
Indica se há evento especial
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- idApuracao → int?
-
Identificador da apuração
final
- periodoApuracao → String?
-
Período de apuração
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- situacao → int?
-
Situação da apuração
final
- situacaoEnum → SituacaoApuracao?
-
Situação da apuração como enum SituacaoApuracao.
no setter
- valorTotalApurado → double?
-
Valor total apurado na apuração.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited