isNotifiable property

bool get isNotifiable

Return user's push reachability.

Implementation

bool get isNotifiable {
  return _isNotifiable;
}