setter property
The setter associated with this element, or null
if the element is
effectively final
and therefore does not have a setter associated with
it.
Implementation
@override
PropertyAccessorElementImpl? setter;
The setter associated with this element, or null
if the element is
effectively final
and therefore does not have a setter associated with
it.
@override
PropertyAccessorElementImpl? setter;