StructuredStorageInfo.fromJson constructor

StructuredStorageInfo.fromJson(
  1. Map json_
)

Implementation

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