Creates a BaseUrl with the given name and path.
name
path
BaseUrl({required this.name, required this.path, this.items = const []});