Future<Map<String, dynamic>?> get() async { final snapshot = await _getSnapshot(); return castMap(snapshot.data()); }