tnf property

  1. @override
TypeNameFormat tnf
override

Implementation

@override
TypeNameFormat get tnf {
  return classTnf;
}
void tnf=(TypeNameFormat tnf)
inherited

Implementation

set tnf(TypeNameFormat tnf) {
  flags.TNF = TypeNameFormat.values.indexOf(tnf);
}