IdentRecord constructor
IdentRecord({})
Implementation
IdentRecord({
required this.name,
required this.kind,
this.value,
this.pCount = 0,
this.func0,
this.func1,
this.func2,
this.func3,
this.func4,
this.funcA,
});