hasSetter property

bool hasSetter

Returns true if the property has a setter. If false, the property is read-only.

Implementation

bool get hasSetter => reader.IsValidToken(_setterToken) == TRUE;