xnew<T> static method

dynamic xnew<T>()

Implementation

static xnew<T>() {
  return List<T>.empty(growable: true);
}