copyWith method

CollectibleItemTypeUsername copyWith({
  1. String? username,
})

Implementation

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