EmoteContext<T> class

Constructors

EmoteContext(String socialString, List<T> perspectives)
Create a context whose members can be used by SocialsFactory.getStrings.

Properties

hashCode int
The hash code for this object.
no setterinherited
perspectives List<T>
A list of perspectives involved in the string.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socialString String
a social string, such as %1N smile%1s at %2n.
final

Methods

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