TargetingInfo constructor
TargetingInfo({
- List<
AssetSliceSet> ? assetSliceSet, - String? packageName,
- List<
SplitApkVariant> ? variant,
Implementation
TargetingInfo({
this.assetSliceSet,
this.packageName,
this.variant,
});