CompanionType class abstract

A class that represents a generic companion type

Implementers

Constructors

CompanionType()

Properties

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

Methods

getAppearanceGenerator(String name, Gender gender) Generator<String>
Returns a generator for the appearance of the companion
getCompanionType() String
Returns the name of the companion type
getNameGenerator(Gender gender) Generator<String>
Returns a generator for the name of the companion
getPersonalityGenerator(String name, Gender gender) Generator<String>
Returns a generator for the personality of the companion
getQuirksGenerator() Generator<List<String>>
Returns a generator for the quirks of the companion
getSkillsGenerator() Generator<List<String>>
Returns a generator for the skills of the companion
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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