copyWith method

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

Implementation

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