UpdateNotifySettings constructor

const UpdateNotifySettings({
  1. required NotifyPeerBase peer,
  2. required PeerNotifySettingsBase notifySettings,
})

Update Notify Settings constructor.

Implementation

const UpdateNotifySettings({required this.peer, required this.notifySettings})
    : super._();