SuperBatchWebResources constructor

SuperBatchWebResources({
  1. SuperBatchWebResourcesUris? uris,
  2. SuperBatchWebResourcesTags? tags,
  3. String? metatags,
  4. Map<String, dynamic>? expandable,
})

Implementation

SuperBatchWebResources(
    {this.uris, this.tags, this.metatags, this.expandable});