static Map<String, dynamic> get entries { assert(_box != null, 'call "prelude" first'); return Map<String, dynamic>.from(_box!.toMap()); }