notifyProps property

Implementation

UserNotifyPropsBuilder get notifyProps =>
    _$this._notifyProps ??= new UserNotifyPropsBuilder();
void notifyProps=(UserNotifyPropsBuilder? notifyProps)

Implementation

set notifyProps(UserNotifyPropsBuilder? notifyProps) =>
    _$this._notifyProps = notifyProps;