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