Person class

Constructors

Person(RandomGenerator random)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
random RandomGenerator
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

firstName() String
Generates a first name.
lastName() String
Generates a last name.
name() String
Generates a name.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prefix() String
Generates a prefix.
suffix() String
Generates a suffix.
toString() String
A string representation of this object.
inherited

Operators

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