fromValue static method
Implementation
static FlutterxelCorePlaySndKind fromValue(int value) => switch (value) {
0 => FLUTTERXEL_CORE_PLAY_SND_INT,
1 => FLUTTERXEL_CORE_PLAY_SND_INT_LIST,
2 => FLUTTERXEL_CORE_PLAY_SND_STRING,
_ => throw ArgumentError(
"Unknown value for FlutterxelCorePlaySndKind: $value",
),
};