unwrapList<T> static method

List<T> unwrapList<T>(
  1. List array
)

Unwrap values in the array

Implementation

static List<T> unwrapList<T>(List array) =>
    wrapper.unwrapList(array);