notConstructible top-level constant

_NotConstructible const notConstructible

A NativeType annotated with unsized should not be instantiated.

However, they are not marked as abstract to meet the dart:ffi API.

Implementation

const _NotConstructible notConstructible = const _NotConstructible();