TemplateContext constructor
const
TemplateContext({})
Creates a request-aware template context.
Implementation
const TemplateContext({
this.path = const {},
this.query = const {},
this.body,
this.record,
this.extra = const {},
});