YomiExample class

An example of a word that contains the kanji in question.

Constructors

YomiExample({required String example, required String reading, required String meaning})
const
YomiExample.fromJson(Map<String, dynamic> json)
factory

Properties

example String
The original text of the example.
final
hashCode int
The hash code for this object.
no setterinherited
meaning String
The meaning of the example.
final
props List<Object>
The list of properties that will be used to determine whether two instances are equal.
no setter
reading String
The reading of the example.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

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

Operators

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