IndiceDas class

Índice do DAS

Constructors

IndiceDas({required String numeroDas, required String dataHoraEmissaoDas, required bool dasPago})
IndiceDas.fromJson(Map<String, dynamic> json)
factory

Properties

dasPago bool
Informa se houve ou não pagamento do DAS até o momento da consulta Pago (true) e não consta pagamento até o momento (false)
final
dataHoraEmissaoDas String
Data e hora da emissão do DAS. Formato yyyyMMddHHmmss
final
hashCode int
The hash code for this object.
no setterinherited
numeroDas String
Número do DAS (Documento de Arrecadação do Simples Nacional)
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