hasGetter property

bool hasGetter

Returns true if the property has a getter. If false, the property is write-only.

Implementation

bool get hasGetter => reader.IsValidToken(_getterToken) == TRUE;