KeySimulatorTransitModeVariant.all constructor

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

Creates a KeySimulatorTransitModeVariant for each value option of KeyDataTransitMode.

Implementation

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