Preferencia constructor

Preferencia({
  1. String? id,
  2. String? identiticador,
  3. String? nombre,
  4. String? descripcion,
  5. bool? valor,
  6. String? tipoCampo,
  7. DateTime? updated,
  8. DateTime? created,
  9. String? grupoPreferenciaId,
})

Implementation

Preferencia({
    this.id,
    this.identiticador,
    this.nombre,
    this.descripcion,
    this.valor,
    this.tipoCampo,
    this.updated,
    this.created,
    this.grupoPreferenciaId,
});