NopRoute constructor
NopRoute({})
Implementation
NopRoute({
required this.name,
required this.fullName,
required this.builder,
this.groupOwnerLate,
String? groupKey,
this.children,
this.desc = '',
}) : groupKey = groupKey ?? defaultGroupKey;