SuffixResult class

Returned by suffix functions.

When you write your own suffixes, this type is what you will have to return.

It is simple to use, and can be created with the string in first person, and the string in second person.

Constructors

SuffixResult(String firstPerson, String secondPerson)
Give the first and second person strings.

Properties

firstPerson String
The string which should be sent to the object which initiated the social string.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondPerson String
The string which should be sent to all observers who didn't initiate the social string.
getter/setter pair

Methods

applyFilter(FilterType filter) → void
Apply a filter to firstPerson and secondPerson.
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