createFfiListUserProfile method
Implementation
FfiListUserProfile createFfiListUserProfile() {
final ffi.Pointer<ffi.Void> list_ptr =
ffi.Pointer.fromAddress(_ffiListUserProfileCreate());
final list_box = _Box(this, list_ptr, "drop_box_FfiListUserProfile");
return FfiListUserProfile._(this, list_box);
}