web_ffi_meta library

This library contains and explains the annotations for web_ffi.

Constants

extra → const _Extra
A class, field or method annotated with extra is present in web_ffi, but not in dart:ffi.
noGeneric → const _NoGeneric
If a class which is annotead with noGeneric is extended or implemented, the derived class MUST NOT impose a type argument!
notConstructible → const _NotConstructible
A NativeType annotated with unsized should not be instantiated.
unsized → const _Unsized
A NativeType annotated with unsized does not have a predefined size.