EventoAtualizacaoPJ class

Modelo para um evento de atualização de PJ

Constructors

EventoAtualizacaoPJ({required String cnpj, String? dataAtualizacao})
EventoAtualizacaoPJ.fromJson(List json)
factory

Properties

cnpj 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