UserCliente constructor

UserCliente()

Implementation

UserCliente() : super(name: 'cliente') {
  bind(members: [id, nombre, tipo, datos]);
}