copy method
- List<
PreferenceCenterSection> sections
Implementation
PreferenceCenterConfig copy(List<PreferenceCenterSection> sections) {
return PreferenceCenterConfig._internal(identifier, display, sections);
}
PreferenceCenterConfig copy(List<PreferenceCenterSection> sections) {
return PreferenceCenterConfig._internal(identifier, display, sections);
}