VirtualMachine constructor

VirtualMachine({
  1. List<String>? tags,
})

Implementation

VirtualMachine({
  this.tags,
});