RandomNames class

Base class for random name generators

Constructors

RandomNames([Zone? zone])

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zone Zone
no setter

Methods

fullName() String
Returns a random full name
manFullName() String
Returns a random full name for a man
manName() String
Returns a random first name for a man
name() String
Returns a random first name
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
surname() String
Returns a random surname
toString() String
A string representation of this object.
inherited
womanFullName() String
Returns a random full name for a woman
womanName() String
Returns a random first name for a woman

Operators

operator ==(Object other) bool
The equality operator.
inherited