isGetProperty property

bool get isGetProperty

Returns true if the method is a property getter

Implementation

bool get isGetProperty => isSpecialName && name.startsWith('get_');