type property

  1. @override
TypeAnnotationImpl type
override

Return the type being cast to.

Implementation

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

Implementation

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