AssetReportGetResponse constructor
AssetReportGetResponse({
- AssetReport? report,
- List<
Warning> ? warnings, - String? requestId,
Implementation
AssetReportGetResponse({
this.report,
this.warnings,
this.requestId,
});