PreferenceSection constructor
PreferenceSection({
- required String title,
- required String id,
- required List<
CourierUserPreferencesTopic> topics,
Implementation
PreferenceSection({
required this.title,
required this.id,
required this.topics,
});