menu
tau_sound package
documentation
public/util/enum_helper.dart
EnumHelper
getIndexOf<T> static method
getIndexOf<T> static method
dark_mode
light_mode
getIndexOf<
T
>
static method
int
getIndexOf
<
T
>(
List
<
T
>
values
,
T
value
)
Implementation
static int getIndexOf<T>(List<T> values, T value) { return values.indexOf(value); }
tau_sound package
documentation
public/util/enum_helper
EnumHelper
getIndexOf<T> static method
EnumHelper class