InputCollectiblePhone constructor

const InputCollectiblePhone({
  1. required String phone,
})

Input Collectible Phone constructor.

Implementation

const InputCollectiblePhone({required this.phone}) : super._();