fullType property

String? fullType

Implementation

String? get fullType {
  if (decodedType == null) {
    return null;
  }
  return tnfString[flags.TNF] + decodedType!;
}