isAlive property

bool? isAlive

Implementation

bool? get isAlive => _$this._isAlive;
void isAlive=(bool? isAlive)

Implementation

set isAlive(bool? isAlive) => _$this._isAlive = isAlive;