BrickInfo constructor
const
BrickInfo({})
Implementation
const BrickInfo({
required this.name,
required this.description,
required this.category,
this.dependencies = const [],
this.pubDependencies = const [],
});