isFirstName property

bool isFirstName

Whether the name is a first name.

Implementation

bool get isFirstName => type == Namon.firstName;