menu
nylo_support package
documentation
testing/src/ny_test.dart
NyTest
get<T> static method
get<T> static method
dark_mode
light_mode
get<
T
>
static method
T?
get
<
T
>(
String
key
)
Get a value from test state.
Implementation
static T? get<T>(String key) { return _testState[key] as T?; }
nylo_support package
documentation
testing/src/ny_test
NyTest
get<T> static method
NyTest class