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