Asset constructor

Asset({
  1. GroundTruthManifest? groundTruthManifest,
})

Implementation

Asset({
  this.groundTruthManifest,
});