isMember property

bool isMember

Wether this declaration is a member of a class or struct.

Implementation

bool get isMember => classId != null;