BloomProjectManifest constructor
const
BloomProjectManifest({})
Creates a BloomProjectManifest.
Implementation
const BloomProjectManifest({
required this.projectName,
required this.version,
required this.host,
required this.port,
required this.devServerUri,
required this.routes,
required this.platforms,
required this.features,
});