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
PropertyAccessorElement? 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
PropertyAccessorElement? setter;