newRealm property

Realm newRealm
final

The Realm as it exists after the migration. Before the end of the callback, you need to make sure that all relevant data has been migrated from oldRealm into newRealm.

Implementation

final Realm newRealm;