name method

String name()

Generate a random full name.

Implementation

String name() => '${firstName()} ${lastName()}';