name property

String? name

Implementation

String? get name {
  // The default namespace will be reported with id 1.
  if (id == Namespace.EmptyNamespaceId) return null;
  return id as String;
}