Synchronous process of getData
The value obtained may not be the latest.
T? getDataSync<T extends Object?>(String key) { return _data.unsafeValue[key] as T?; }