BundleScanResult constructor
const
BundleScanResult({
- required SizeAnalysisNode root,
- required String platformLabel,
Implementation
const BundleScanResult({required this.root, required this.platformLabel});