DasCodigoBarras class
DAS gerado apenas com código de barras (sem PDF)
Constructors
-
DasCodigoBarras({required String cnpjCompleto, String? razaoSocial, required List<
DetalhamentoDasCodigoBarras> detalhamento}) -
DasCodigoBarras.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cnpjCompleto → String
-
Número do CNPJ sem formatação
final
-
detalhamento
→ List<
DetalhamentoDasCodigoBarras> -
Detalhamento do DAS (lista de detalhamentos)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- primeiroDetalhamento → DetalhamentoDasCodigoBarras?
-
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