CollectibleItemTypeUsername constructor

CollectibleItemTypeUsername({
  1. required String username,
})

Implementation

CollectibleItemTypeUsername({required this.username});