SafeArray<T> constructor

SafeArray<T>()

Implementation

factory SafeArray() => _i3.callConstructor(
      _declaredSafeArray,
      [],
    );