class CreaturesFaker: Any
Fields
Constructors
<init>
constructor(config: FakerConfig)
Provides access to fake data generators within the Creature domain.
Each category (generator) from this CreaturesFaker is represented by a property
that (usually) has the same name as the .yml
dictionary file.
Parameters
Name | Description |
---|---|
config: FakerConfig
|
Provides access to fake data generators within the Creature domain.
Each category (generator) from this CreaturesFaker is represented by a property that (usually) has the same name as the
.yml
dictionary file.