PushPreferencesResponse constructor
PushPreferencesResponse({
- String? callLevel,
- String? chatLevel,
- DateTime? disabledUntil,
- String? feedsLevel,
- FeedsPreferencesResponse? feedsPreferences,
Returns a new PushPreferencesResponse instance.
Implementation
PushPreferencesResponse({
this.callLevel,
this.chatLevel,
this.disabledUntil,
this.feedsLevel,
this.feedsPreferences,
});