Devicebinding constructor

const Devicebinding({
  1. Key? key,
  2. String? phoneNumber,
  3. required String? selectStateKey,
})

Implementation

const Devicebinding(
    {Key? key,
      this.phoneNumber,required this.selectStateKey})
    : super(key: key);