UpdateNotifySettings constructor
const
UpdateNotifySettings({
- required NotifyPeerBase peer,
- required PeerNotifySettingsBase notifySettings,
Update Notify Settings constructor.
Implementation
const UpdateNotifySettings({required this.peer, required this.notifySettings})
: super._();