RouteItem constructor
const
RouteItem({})
Implementation
const RouteItem({
this.name = '',
required this.page,
this.pages = const [],
this.list = const [],
this.groupList = const [],
});
const RouteItem({
this.name = '',
required this.page,
this.pages = const [],
this.list = const [],
this.groupList = const [],
});