StructuredStorageInfo.fromJson constructor
StructuredStorageInfo.fromJson(
- Map json_
Implementation
StructuredStorageInfo.fromJson(core.Map json_)
: this(
sizeBytes: json_['sizeBytes'] as core.String?,
);