LocalDisk_RuntimeGuestOsFeature constructor

LocalDisk_RuntimeGuestOsFeature({
  1. String? type,
})

Implementation

factory LocalDisk_RuntimeGuestOsFeature({
  $core.String? type,
}) {
  final $result = create();
  if (type != null) {
    $result.type = type;
  }
  return $result;
}