Input$UnpairDeviceWithExternalIdV2Input constructor

Input$UnpairDeviceWithExternalIdV2Input({
  1. required String deviceId,
  2. String? externalId,
})

Implementation

factory Input$UnpairDeviceWithExternalIdV2Input({
  required String deviceId,
  String? externalId,
}) => Input$UnpairDeviceWithExternalIdV2Input._({
  r'deviceId': deviceId,
  if (externalId != null) r'externalId': externalId,
});