pulse property

PulseInfoBuilder get pulse

Implementation

PulseInfoBuilder get pulse => _$this._pulse ??= PulseInfoBuilder();
set pulse (PulseInfoBuilder? pulse)

Implementation

set pulse(PulseInfoBuilder? pulse) => _$this._pulse = pulse;