TemplatesConfig constructor

const TemplatesConfig({
  1. String? url = null,
})

Implementation

const TemplatesConfig({
  this.url = null
});