TargetingInfo constructor

TargetingInfo({
  1. List<AssetSliceSet>? assetSliceSet,
  2. String? packageName,
  3. List<SplitApkVariant>? variant,
})

Implementation

TargetingInfo({this.assetSliceSet, this.packageName, this.variant});