StandardEntries class final

Annotations
  • @JsonSerializable()

Constructors

StandardEntries({Map<String, bool>? plurals, Map<String, bool>? stopwords, Map<String, bool>? compounds})
Returns a new StandardEntries instance.
const
StandardEntries.fromJson(Map<String, dynamic> json)
factory

Properties

compounds Map<String, bool>?
Key-value pair of a language ISO code and a boolean value.
final
hashCode int
The hash code for this object.
no setteroverride
plurals Map<String, bool>?
Key-value pair of a language ISO code and a boolean value.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stopwords Map<String, bool>?
Key-value pair of a language ISO code and a boolean value.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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