Lexicon class

Provides lexicon name and lexicon content in string format. For more information, see Pronunciation Lexicon Specification (PLS) Version 1.0.

Constructors

Lexicon({String? content, String? name})
Lexicon.fromJson(Map<String, dynamic> json)
factory

Properties

content String?
Lexicon content in string format. The content of a lexicon must be in PLS format.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
Name of the lexicon.
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
A string representation of this object.
inherited

Operators

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