WebPageNotModified constructor

const WebPageNotModified({
  1. int? cachedPageViews,
})

Web Page Not Modified constructor.

Implementation

const WebPageNotModified({
  this.cachedPageViews,
}) : super._();