Health.decode constructor

Health.decode(
  1. Input input
)

Implementation

factory Health.decode(Input input) {
  return codec.decode(input);
}