DmxInvocation constructor

const DmxInvocation(
  1. DmxDeclaration declaration, {
  2. Map<String, String> args = const {},
  3. String memberIndent = ' ',
  4. DmxTemplates templates = const _DetachedTemplates(),
})

Builds an invocation.

Implementation

const DmxInvocation(
  this.declaration, {
  this.args = const {},
  this.memberIndent = '  ',
  this.templates = const _DetachedTemplates(),
});