RemoveAssetsFromGroupRequest constructor

RemoveAssetsFromGroupRequest({
  1. bool? allowMissing,
  2. AssetList? assets,
  3. String? requestId,
})

Implementation

RemoveAssetsFromGroupRequest({
  this.allowMissing,
  this.assets,
  this.requestId,
});