copyWith method

InternalLinkTypeUpgradedGift copyWith({
  1. String? name,
})

Implementation

InternalLinkTypeUpgradedGift copyWith({String? name}) =>
    InternalLinkTypeUpgradedGift(name: name ?? this.name);