shouldNotify property

bool? get shouldNotify
override

Implementation

bool? get shouldNotify => _$this._shouldNotify;
set shouldNotify (covariant bool? shouldNotify)
covariantoverride

Implementation

set shouldNotify(covariant bool? shouldNotify) => _$this._shouldNotify = shouldNotify;