Map<String, dynamic> get userMetadata => _userMetadata;
Sets the metadata for the user and notifies listeners of the change.
set userMetadata(Map<String, dynamic> value) { _userMetadata = value; notifyListeners(); }