PushPreferencesResponse constructor

PushPreferencesResponse({
  1. String? callLevel,
  2. String? chatLevel,
  3. DateTime? disabledUntil,
  4. String? feedsLevel,
  5. FeedsPreferencesResponse? feedsPreferences,
})

Returns a new PushPreferencesResponse instance.

Implementation

PushPreferencesResponse({
  this.callLevel,
  this.chatLevel,
  this.disabledUntil,
  this.feedsLevel,
  this.feedsPreferences,
});