VmType constructor

VmType({
  1. required String name,
})

Implementation

VmType({required this.name});