PushPreferences constructor

PushPreferences({
  1. String? callLevel,
  2. String? chatLevel,
  3. DateTime? disabledUntil,
})

Returns a new PushPreferences instance.

Implementation

PushPreferences({
  this.callLevel,
  this.chatLevel,
  this.disabledUntil,
});