all method Null safety

List all()

Implementation

List all() {
  return [_routeGet, _routePost, _routePut, _routeDelete, _routePatch];
}