CacheBody constructor

CacheBody({
  1. String? version,
  2. Body? entity,
  3. int? timestamp,
  4. int? duration,
  5. String? key,
})

Implementation

CacheBody({this.version, this.entity, this.timestamp, this.duration, this.key});