AssetReportGetResponse constructor

AssetReportGetResponse({
  1. AssetReport? report,
  2. List<Warning>? warnings,
  3. String? requestId,
})

Implementation

AssetReportGetResponse({
  this.report,
  this.warnings,
  this.requestId,
});