createFfiListActerPin method
Implementation
FfiListActerPin createFfiListActerPin() {
final ffi.Pointer<ffi.Void> list_ptr =
ffi.Pointer.fromAddress(_ffiListActerPinCreate());
final list_box = _Box(this, list_ptr, "drop_box_FfiListActerPin");
return FfiListActerPin._(this, list_box);
}