setter property

  1. @override
PropertyAccessorElementImpl? setter
getter/setter pairinherited

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;