tnf property

  1. @override
TypeNameFormat get tnf
override

Implementation

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

Implementation

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