Dog class
A dog companion
- Implemented types
Constructors
- Dog()
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
override
-
getCompanionType(
) → String -
Returns the name of the companion type
override
-
getNameGenerator(
Gender gender) → Generator< String> -
Returns a generator for the name of the companion
override
-
getPersonalityGenerator(
String name, Gender gender) → Generator< String> -
Returns a generator for the personality of the companion
override
-
getQuirksGenerator(
) → Generator< List< String> > -
Returns a generator for the quirks of the companion
override
-
getSkillsGenerator(
) → Generator< List< String> > -
Returns a generator for the skills of the companion
override
-
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