notifyEmail property

String? get notifyEmail
override

Implementation

String? get notifyEmail => _$this._notifyEmail;
set notifyEmail (covariant String? notifyEmail)
covariantoverride

Implementation

set notifyEmail(covariant String? notifyEmail) => _$this._notifyEmail = notifyEmail;