pageTables property

Map<String, PageTable> pageTables
final

New binary slotted-page tables (PageTable + DirtyPageTracker). These are the authoritative write path once migration is complete.

Implementation

final Map<String, PageTable> pageTables = {};