NamedType constructor
NamedType({})
Parametric constructor for NamedType.
Implementation
NamedType({
required this.name,
required this.type,
this.offset,
this.defaultValue,
this.documentationComments = const <String>[],
});