MVCArray<T> constructor

MVCArray<T>([
  1. List<T>? array
])

Implementation

external MVCArray([
  List<T>? array, // ignore: unused_element
]);