isInactive property

bool? isInactive

Property getter and setter for isInactive:

Implementation

bool? get isInactive;
void isInactive=(bool? isInactive)

Implementation

set isInactive(bool? isInactive);