setter property

  1. @override
PropertyAccessorElement? 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
PropertyAccessorElement? setter;