PgmeiDas class
DAS gerado pelo PGMEI
Constructors
-
PgmeiDas({required String pdf, required String cnpjCompleto, String? razaoSocial, required List<
DetalhamentoDas> detalhamento}) -
PgmeiDas.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cnpjCompleto → String
-
Número do CNPJ sem formatação
final
-
detalhamento
→ List<
DetalhamentoDas> -
Detalhamento do DAS (lista de detalhamentos)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pdf → String
-
PDF do DAS no formato Base64
final
- primeiroDetalhamento → DetalhamentoDas?
-
Retorna o primeiro detalhamento (mais comum em DAS únicos)
no setter
- razaoSocial → String?
-
Razão social do contribuinte (quando disponível)
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