KeySimulatorTransitModeVariant constructor

  1. @Deprecated('No longer supported. Transit mode is always key data only. ' 'This feature was deprecated after v3.18.0-2.0.pre.')
const KeySimulatorTransitModeVariant(
  1. Set<KeyDataTransitMode> values
)

Creates a KeySimulatorTransitModeVariant that tests the given values.

Implementation

@Deprecated(
  'No longer supported. Transit mode is always key data only. '
  'This feature was deprecated after v3.18.0-2.0.pre.',
)
const KeySimulatorTransitModeVariant(this.values);