AssetReportRemoveResponse constructor

AssetReportRemoveResponse({
  1. bool? removed,
  2. String? requestId,
})

Implementation

AssetReportRemoveResponse({
  this.removed,
  this.requestId,
});