AddAssetsToGroupRequest constructor

AddAssetsToGroupRequest({
  1. bool? allowExisting,
  2. AssetList? assets,
  3. String? requestId,
})

Implementation

AddAssetsToGroupRequest({
  this.allowExisting,
  this.assets,
  this.requestId,
});