carrierTnf property
TypeNameFormat
get
carrierTnf
Implementation
TypeNameFormat get carrierTnf {
return TypeNameFormat.values[_carrierTnf!];
}
set
carrierTnf
(TypeNameFormat carrierTnf)
Implementation
set carrierTnf(TypeNameFormat carrierTnf) {
_carrierTnf = TypeNameFormat.values.indexOf(carrierTnf);
}