CacheId.fromJson constructor

CacheId.fromJson(
  1. String value
)

Implementation

factory CacheId.fromJson(String value) => CacheId(value);