registers property

  1. @protected
Map<String, Set<Object>> registers
final

The registers. A register is an object that is connected to a store. When the last register is disconnected, the store is disconnected. This is used to avoid unnecessary connections.

Implementation

@protected
final Map<String, Set<Object>> registers = {};