BloomModule constructor
Creates a BloomModule annotation.
Implementation
const BloomModule({
required this.name,
this.version = '1.0.0',
this.description = '',
});
Creates a BloomModule annotation.
const BloomModule({
required this.name,
this.version = '1.0.0',
this.description = '',
});