Optional. A map of register names and their values.
The values should contain the actual register values of the thread,
thus mapping to the last frame in the list.
Implementation
Map<String, String> get registers => Map.unmodifiable(_registers ?? const {});