Snapshot_StorageBytesStatus.fromJson constructor

Snapshot_StorageBytesStatus.fromJson(
  1. Object? json
)

Implementation

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