Tag constructor

Tag({
  1. String? name,
  2. String? version,
})

Implementation

Tag({
  this.name,
  this.version,
});