HealthVersion constructor

HealthVersion({
  1. required String version,
})

Implementation

HealthVersion({
  required this.version,
});