firstName method

String firstName()

Generates a first name.

Example:

  faker.person.firstName(); // Fiona

Implementation

String firstName() => random.element(firstnames);