ResourceSuccessStatus constructor

const ResourceSuccessStatus(
  1. List<String> resources, {
  2. bool cachedBefore = false,
})

Implementation

const ResourceSuccessStatus(this.resources, {this.cachedBefore = false});