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 = NotConstructible();