copyWith method

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

Implementation

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