menu
dimax package
documentation
dimp.dart
Wrapper
unwrapList<T> static method
unwrapList<T> static method
dark_mode
light_mode
unwrapList<
T
>
static method
List
<
T
>
unwrapList
<
T
>(
List
array
)
Deep unwrap List value.
Implementation
static List<T> unwrapList<T>(List array) => wrapper.unwrapList(array);
dimax package
documentation
dimp
Wrapper
unwrapList<T> static method
Wrapper class