sucursalInsertRoute top-level property

ChalonaRoute<Object> sucursalInsertRoute
final

Implementation

final sucursalInsertRoute = ChalonaRoute(
  urlAuthenticator: Sucursal().urlAuthenticationService(),
  requireInsertAccess: true,
  launcher: (BuildContext context, access, id) => SucursalEditForm(id),
);