ModelDigests constructor

ModelDigests({
  1. String? artifactDigest,
})

Implementation

ModelDigests({
  this.artifactDigest,
});