VmwareVsphereTag constructor

VmwareVsphereTag({
  1. String? category,
  2. String? tag,
})

Implementation

VmwareVsphereTag({
  this.category,
  this.tag,
});