tnf property
Gets the Type Name Format of this record.
Implementation
@override
TypeNameFormat get tnf {
return classTnf;
}
Sets the Type Name Format of this record.
Implementation
set tnf(TypeNameFormat tnf) {
flags.TNF = TypeNameFormat.values.indexOf(tnf);
}