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