fromValue static method
Implementation
static ma_handedness fromValue(int value) => switch (value) {
0 => ma_handedness_right,
1 => ma_handedness_left,
_ => throw ArgumentError('Unknown value for ma_handedness: $value'),
};
static ma_handedness fromValue(int value) => switch (value) {
0 => ma_handedness_right,
1 => ma_handedness_left,
_ => throw ArgumentError('Unknown value for ma_handedness: $value'),
};