ProjectModel constructor
const
ProjectModel({
- required String name,
Creates a new ProjectModel.
Implementation
const ProjectModel({
required this.name,
});
Creates a new ProjectModel.
const ProjectModel({
required this.name,
});