Snapshot_StorageBytesStatus.fromJson constructor
Snapshot_StorageBytesStatus.fromJson(
- Object? json
Implementation
factory Snapshot_StorageBytesStatus.fromJson(Object? json) =>
Snapshot_StorageBytesStatus(json as String);