VmImage constructor

VmImage({
  1. String? family,
  2. String? imageDescription,
  3. String? name,
  4. String? project,
})

Implementation

VmImage({this.family, this.imageDescription, this.name, this.project});