copy method

PreferenceCenterConfig copy(
  1. List<PreferenceCenterSection> sections
)

Implementation

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