TypeFieldNode constructor
Creates a type field node.
Implementation
TypeFieldNode({
required this.name,
required this.width,
this.value,
this.children = const [],
this.startBit = 0,
});
Creates a type field node.
TypeFieldNode({
required this.name,
required this.width,
this.value,
this.children = const [],
this.startBit = 0,
});