ProjectRequirements constructor
const
ProjectRequirements({})
Implementation
const ProjectRequirements({
required this.stateManagement,
required this.routing,
required this.projectScale,
required this.screenCount,
required this.authenticationRequired,
required this.sessionRequired,
required this.environmentSetup,
});