copyWith method

SettingsSectionMyStars copyWith({
  1. String? subsection,
})

Implementation

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