static Iterable<String> get keys { assert(_box != null, 'call "prelude" first'); return _box!.keys.cast<String>(); }