- Implementers
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
- noSuchMethod(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- toString(
)→String - A string representation of this object.inherited
- write(
Object?object)→ void - Writes the string representation of
object. - writeAll(
Iterableobjects, [Stringseparator =""])→ void - Writes the elements of
objectsseparated byseparator. - writeCharCode(
intcharCode)→ void - Writes a string containing the character with code point
charCode. - writeln(
[Object?object =""])→ void - Writes the string representation of
objectfollowed by a newline.
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited