firstName method

String firstName()

Generate a random first name.

Implementation

String firstName() => _randomElement(_firstNames);