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