copyWith method
Implementation
InternalLinkTypeTheme copyWith({String? themeName}) =>
InternalLinkTypeTheme(themeName: themeName ?? this.themeName);
InternalLinkTypeTheme copyWith({String? themeName}) =>
InternalLinkTypeTheme(themeName: themeName ?? this.themeName);