CUNavBarGroup constructor
CUNavBarGroup({
- required String name,
- required List<
CUNavBarGroupSub> sub,
Implementation
CUNavBarGroup({required this.name, required this.sub});