Mutation$PairDeviceWithExternalId$pairDeviceWithExternalId.fromJson constructor

Mutation$PairDeviceWithExternalId$pairDeviceWithExternalId.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Mutation$PairDeviceWithExternalId$pairDeviceWithExternalId.fromJson(
  Map<String, dynamic> json,
) {
  final l$isPaired = json['isPaired'];
  final l$$__typename = json['__typename'];
  return Mutation$PairDeviceWithExternalId$pairDeviceWithExternalId(
    isPaired: (l$isPaired as bool),
    $__typename: (l$$__typename as String),
  );
}