EventoAtualizacaoPF class
Modelo para um evento de atualização de PF
Constructors
- EventoAtualizacaoPF({required String cpf, String? dataAtualizacao})
- EventoAtualizacaoPF.fromJson(List json)
-
factory
Properties
- cpf → String
-
final
- dataAtualizacao → String?
-
final
- dataFormatada → String?
-
Formata a data de atualização (formato YYMMDD)
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- semAtualizacao → bool
-
Verifica se o contribuinte não tem atualizações (marcado com 'x')
no setter
- temAtualizacao → bool
-
Verifica se há data de atualização disponível
no setter
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