menu
js_bindings package
documentation
bindings/gamepad_extensions.dart
GamepadHand
fromValue static method
fromValue static method
dark_mode
light_mode
fromValue
static method
GamepadHand
fromValue
(
String
value
)
Implementation
static GamepadHand fromValue(String value) => values.firstWhere((e) => e.value == value);
js_bindings package
documentation
bindings/gamepad_extensions
GamepadHand
fromValue static method
GamepadHand enum