DmxDeclaration constructor
const
DmxDeclaration(})
Builds a declaration view.
Implementation
const DmxDeclaration(
this.name, {
required this.kind,
this.modifiers = const [],
this.typeParams = '',
this.extendsName,
this.interfaces = const [],
this.fields = const [],
this.values = const [],
});