Speaker class abstract

Constructors

Speaker()

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

duration(LocalizedPhrase phrase) double
Returns the phrase duration (how many seconds it takes to pronounce it).
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Stops all speech and forgets all previously scheduled phrases.
say(LocalizedPhrase phrase) → void
Pronounces the phrase, interrupting the one being spoken now, if neccessary.
toString() String
A string representation of this object.
inherited

Operators

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