isPrivate property

bool isPrivate

Implementation

bool get isPrivate => (name ?? '').startsWith('_');