RunesToStringConverter class

A Converter that converts a Runes to a String.

Example:

final converter = RunesToStringConverter();
print(converter.convert(Runes(104, 101, 108, 108, 111))); // prints: "hello"
Implemented types

Constructors

RunesToStringConverter()

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

convert(Runes source) String
A Converter that converts a Runes to a String.
override
getPackageName() String
Represents an abstraction for identifying the package that an object, resource, or service belongs to.
inherited
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