copyWith method
Implementation
SettingsSectionMyStars copyWith({String? subsection}) =>
SettingsSectionMyStars(subsection: subsection ?? this.subsection);
SettingsSectionMyStars copyWith({String? subsection}) =>
SettingsSectionMyStars(subsection: subsection ?? this.subsection);