isNotifiable property
bool
get
isNotifiable
Return user's push reachability.
Implementation
bool get isNotifiable {
return _isNotifiable;
}
Return user's push reachability.
bool get isNotifiable {
return _isNotifiable;
}