BundleScanResult constructor

const BundleScanResult({
  1. required SizeAnalysisNode root,
  2. required String platformLabel,
})

Implementation

const BundleScanResult({required this.root, required this.platformLabel});