menu
nylo_support package
documentation
testing/src/ny_factory.dart
NyFactory
getStates<T> static method
getStates<T> static method
dark_mode
light_mode
getStates<
T
>
static method
List
<
String
>
getStates
<
T
>(
)
Get list of available states for a type.
Implementation
static List<String> getStates<T>() => _states[T] ?? [];
nylo_support package
documentation
testing/src/ny_factory
NyFactory
getStates<T> static method
NyFactory class