NavPoint constructor
NavPoint({})
Creates a new NavPoint with the given attributes.
Implementation
NavPoint({
required this.classAttribute,
required this.id,
required this.playOrder,
required this.label,
required this.content,
this.subNavPoints = const [],
});