name property

String? name

Implementation

String? get name {
  return value != null ? _sanitizeIdentifier(value!) : identifier?.name;
}