copyWith method
Implementation
InternalLinkTypeBackground copyWith({String? backgroundName}) =>
InternalLinkTypeBackground(
backgroundName: backgroundName ?? this.backgroundName,
);
InternalLinkTypeBackground copyWith({String? backgroundName}) =>
InternalLinkTypeBackground(
backgroundName: backgroundName ?? this.backgroundName,
);