menu
dimap 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
)
Unwrap values in the array
Implementation
static List<T> unwrapList<T>(List array) => wrapper.unwrapList(array);
dimap package
documentation
dimp
Wrapper
unwrapList<T> static method
Wrapper class