PreferenceCenterConfig class

Preference center config object.

Properties

display PreferenceCenterCommonDisplay?
The preference center PreferenceCenterCommonDisplay.
final
hashCode → int
The hash code for this object.
no setterinherited
identifier → String
The ID of the preference center.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sections → List<PreferenceCenterSection>
The preference center list of PreferenceCenterSection.
final

Methods

copy(List<PreferenceCenterSection> sections) PreferenceCenterConfig
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

fromJson(Map<String, dynamic>? json) PreferenceCenterConfig?