carrierTnf property

TypeNameFormat carrierTnf

Implementation

TypeNameFormat get carrierTnf {
  return TypeNameFormat.values[_carrierTnf!];
}
void carrierTnf=(TypeNameFormat carrierTnf)

Implementation

set carrierTnf(TypeNameFormat carrierTnf) {
  _carrierTnf = TypeNameFormat.values.indexOf(carrierTnf);
}