KeySimulatorTransitModeVariant.all constructor
- @Deprecated('No longer supported. Transit mode is always key data only. ' 'This feature was deprecated after v3.18.0-2.0.pre.')
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());