createFfiListCalendarEvent method

FfiListCalendarEvent createFfiListCalendarEvent()

Implementation

FfiListCalendarEvent createFfiListCalendarEvent() {
  final ffi.Pointer<ffi.Void> list_ptr =
      ffi.Pointer.fromAddress(_ffiListCalendarEventCreate());
  final list_box = _Box(this, list_ptr, "drop_box_FfiListCalendarEvent");
  return FfiListCalendarEvent._(this, list_box);
}