ffi/wasm/core/ffi/annotations
library
Constants
-
different
→ const Different
-
A class, field or method annotated with different is present in
wasm_ffi
,
but behavior is different from that of dart:ffi
.
-
A class, field or method annotated with extra is present in
wasm_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.