AccountGetNotifyExceptions constructor

const AccountGetNotifyExceptions({
  1. required bool compareSound,
  2. required bool compareStories,
  3. InputNotifyPeerBase? peer,
})

Account Get Notify Exceptions constructor.

Implementation

const AccountGetNotifyExceptions({
  required this.compareSound,
  required this.compareStories,
  this.peer,
}) : super._();