InfRespTec class
Grupo <infRespTec> — responsável técnico pela emissão do documento.
Constructors
- InfRespTec({String? cnpj, String? xContato, String? email, String? fone})
-
Construtor da classe
InfRespTec. - InfRespTec.fromJson(String source)
-
Cria uma instância de
InfRespTeca partir de uma string JSON.factory -
InfRespTec.fromMap(Map<
String, dynamic> map) -
Cria uma instância de
InfRespTeca partir do grupo<infRespTec>.factory
Properties
- cnpj ↔ String?
-
CNPJ da empresa responsável técnica pelo sistema emissor (
CNPJ).getter/setter pair - email ↔ String?
-
E-mail da pessoa de contato (
email).getter/setter pair - fone ↔ String?
-
Telefone da pessoa de contato (
fone).getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- xContato ↔ String?
-
Nome da pessoa de contato (
xContato).getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String - Converte a instância atual em uma string JSON.
-
toMap(
) → Map< String, dynamic> -
Converte a instância atual em um mapa (
Map<String, dynamic>). -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited