PreferencesDeleteMultiplePreferenceResponseApplicationJson constructor

PreferencesDeleteMultiplePreferenceResponseApplicationJson([
  1. void b(
    1. PreferencesDeleteMultiplePreferenceResponseApplicationJsonBuilder
    )?
])

Creates a new PreferencesDeleteMultiplePreferenceResponseApplicationJson object using the builder pattern.

Implementation

factory PreferencesDeleteMultiplePreferenceResponseApplicationJson([
  void Function(PreferencesDeleteMultiplePreferenceResponseApplicationJsonBuilder)? b,
]) = _$PreferencesDeleteMultiplePreferenceResponseApplicationJson;