PageConfig constructor
PageConfig({})
Creates a new PageConfig instance.
All parameters are required to ensure complete configuration.
Implementation
PageConfig({
required this.appsName,
required this.pathApps,
required this.featureName,
required this.pageName,
required this.pathFeature,
required this.pathPage,
required this.className,
required this.methodName,
});