PreferencesForm constructor

PreferencesForm({
  1. List<String>? hidden = const [],
  2. List<String>? required_ = const [],
})

Returns a new PreferencesForm instance.

Implementation

PreferencesForm({
  this.hidden = const [],
  this.required_ = const [],
});