EmpresaAppPerfil constructor

EmpresaAppPerfil({
  1. String? id,
  2. String? descripcion,
  3. String? empresaCodigo,
})

Implementation

EmpresaAppPerfil({
  this.id,
  this.descripcion,
  this.empresaCodigo,
});