copyWith method
Implementation
GetCollectibleItemInfo copyWith({CollectibleItemType? type}) =>
GetCollectibleItemInfo(type: type ?? this.type);
GetCollectibleItemInfo copyWith({CollectibleItemType? type}) =>
GetCollectibleItemInfo(type: type ?? this.type);