healthHandle property

HealthHandle healthHandle

Implementation

HealthHandle get healthHandle {
  if (_healthHandle == null) {
    _healthHandle = HealthHandle();
  }
  return _healthHandle!;
}