PhoneticEncoding class

A data class that provides a primary encoding as well as a set of optional alternates.

Constructors

PhoneticEncoding(String primary, [Set<String>? alternates])
Creates an instance of this data class.

Properties

alternates Set<String>?
An alternative phonetic encoding for algorithms that support this.
final
hashCode int
The hash code for this object.
no setterinherited
primary String
The primary phonetic encoding.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a String that's useful for debugging or diagnostics.
override

Operators

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