NiceComponentInfo constructor
Implementation
const NiceComponentInfo({
required this.name,
required this.path,
this.estimatedSizeBytes = 0,
this.dependencies = const {},
this.usedBy = const {},
this.isExported = false,
this.isUsed = false,
});