element2 property
Return the element representing the declaration of this type, or null
if the type is not associated with an element.
Implementation
@Deprecated('Use element instead')
@override
InterfaceElement get element2;
Return the element representing the declaration of this type, or null
if the type is not associated with an element.
@Deprecated('Use element instead')
@override
InterfaceElement get element2;