copyWith method

InternalLinkTypeSettings copyWith({
  1. SettingsSection? section,
})

Implementation

InternalLinkTypeSettings copyWith({SettingsSection? section}) =>
    InternalLinkTypeSettings(section: section ?? this.section);