TemplateInjection constructor

TemplateInjection(
  1. String name,
  2. List<SourceLine> contents, {
  3. String language = '',
})

Implementation

TemplateInjection(this.name, this.contents, {this.language = ''});