UserSucursal constructor

UserSucursal()

Implementation

UserSucursal() : super(name: 'sucursal') {
  bind(members: [id, nombre, imagen]);
}