copyWith method

Implementation

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