static Pointer<Void> getNativePtr(Venue? obj) { if (obj == null) return Pointer<Void>.fromAddress(0); return (obj as Venue$Impl).ptr; }