You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SchemaHandle_createSchema(Iterable<SchemaObject> schema) {
......
//TODO: Assign the correct public name value
propInfo.public_name ="".toUtf8Ptr(arena);
The text was updated successfully, but these errors were encountered:
Note that both name and mapTo are the same. Also mapTo is not used anywhere, meaning that change notifications and queries will use the internal property name rather than the public one.
realm_core.dart
The text was updated successfully, but these errors were encountered: