Mutation$PairDeviceWithExternalId constructor

Mutation$PairDeviceWithExternalId({
  1. required Mutation$PairDeviceWithExternalId$pairDeviceWithExternalId pairDeviceWithExternalId,
  2. String $__typename = 'Mutation',
})

Implementation

Mutation$PairDeviceWithExternalId({
  required this.pairDeviceWithExternalId,
  this.$__typename = 'Mutation',
});