typeString property

String? typeString

Implementation

String? get typeString {
  return typeNum == null ? null : typeNameMap[type];
}