Struct constructor - Struct - dart:ffi library (original) (raw)
Struct()
Construct a reference to the nullptr.
Use StructPointer's .ref
to gain references to native memory backed structs.
Implementation
Struct() : super._();
Struct()
Construct a reference to the nullptr.
Use StructPointer's .ref
to gain references to native memory backed structs.
Struct() : super._();