copyWith method
Implementation
CollectibleItemTypeUsername copyWith({String? username}) =>
CollectibleItemTypeUsername(username: username ?? this.username);
CollectibleItemTypeUsername copyWith({String? username}) =>
CollectibleItemTypeUsername(username: username ?? this.username);