AssetDetails constructor

AssetDetails({
  1. S3SnapshotAsset? s3SnapshotAsset,
})

Implementation

AssetDetails({
  this.s3SnapshotAsset,
});