fromJson static method
Parses a manifest entry.
Implementation
static ManifestEntry fromJson(Map<String, dynamic> j) =>
ManifestEntry(j['path'] as String, (j['size'] as num).toInt());
Parses a manifest entry.
static ManifestEntry fromJson(Map<String, dynamic> j) =>
ManifestEntry(j['path'] as String, (j['size'] as num).toInt());