DynamicCli constructor

DynamicCli(
  1. String id,
  2. String? nickName,
  3. String? ragSoc,
  4. String? nome,
  5. String? cognome,
  6. String? cell,
  7. String? email,
)

Implementation

DynamicCli(super.id, this.nickName, this.ragSoc, this.nome, this.cognome, this.cell, this.email);