type property

  1. @override
NamedTypeImpl type
override

Return the name of the type defining the constructor.

Implementation

@override
NamedTypeImpl get type => _type;
void type=(NamedTypeImpl type)

Implementation

set type(NamedTypeImpl type) {
  _type = _becomeParentOf(type);
}