createFfiListEventLocationInfo method
Implementation
FfiListEventLocationInfo createFfiListEventLocationInfo() {
final ffi.Pointer<ffi.Void> list_ptr = ffi.Pointer.fromAddress(
_ffiListEventLocationInfoCreate(),
);
final list_box = _Box(this, list_ptr, "drop_box_FfiListEventLocationInfo");
return FfiListEventLocationInfo._(this, list_box);
}