void updateMeta(Map<String, dynamic> newMeta) { _self.meta = Map<String, dynamic>.from(newMeta); notifyListeners(); }