ClearCacheResponse constructor

const ClearCacheResponse(
  1. int requestId, {
  2. String? error,
})

Implementation

const ClearCacheResponse(super.requestId, {this.error});