InputCollectibleUsername constructor

const InputCollectibleUsername({
  1. required String username,
})

Input Collectible Username constructor.

Implementation

const InputCollectibleUsername({required this.username}) : super._();