isInactive property

bool? get isInactive

Property getter and setter for isInactive:

Implementation

bool? get isInactive;
set isInactive (bool? isInactive)

Implementation

set isInactive(bool? isInactive);