fromJson static method

CacheFlutterVersion fromJson(
  1. String json
)

Implementation

static CacheFlutterVersion fromJson(String json) {
  return ensureInitialized().decodeJson<CacheFlutterVersion>(json);
}