typeName property

void typeName=(NamedTypeImpl value)

Implementation

set typeName(NamedTypeImpl value) {
  _typeName = _becomeParentOf(value);
}