isNotified property

bool? isNotified

Property getter and setter for isNotified:

Implementation

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

Implementation

set isNotified(bool? isNotified);