NorseViewPath<T, A> constructor
NorseViewPath<T, A> ({})
Implementation
NorseViewPath({
required String name,
required this.view,
List<NorsePath> children = const [],
}) : super(name, children);