PersonalizationDesignsPreferences constructor

const PersonalizationDesignsPreferences({
  1. bool? isDefault,
  2. bool? isPlatformDefault,
})

preferences_list_param

Implementation

const PersonalizationDesignsPreferences({
  this.isDefault,
  this.isPlatformDefault,
});