copyWith method

InternalLinkTypeBackground copyWith({
  1. String? backgroundName,
})

Implementation

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