StorageData constructor
StorageData({
- required DataType type,
- required dynamic data,
Implementation
StorageData({required this.type, required this.data});
StorageData({required this.type, required this.data});