SuperBatchWebResourcesTags constructor

SuperBatchWebResourcesTags({
  1. String? all,
  2. String? css,
  3. String? data,
  4. String? js,
})

Implementation

SuperBatchWebResourcesTags({this.all, this.css, this.data, this.js});