CodeUnit<T> constructor

CodeUnit<T>(
  1. String language,
  2. T code, {
  3. String id = '',
  4. String? namespace,
})

Implementation

CodeUnit(this.language, this.code, {this.id = '', this.namespace});