DynamicCli constructor

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

Implementation

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