ExampleResultData class
All data making up one example sentence.
Constructors
-
ExampleResultData({required String english, required String kanji, required String kana, required List<
ExampleSentencePiece> pieces}) -
const
-
ExampleResultData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- english → String
-
An English translation of the example.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kana → String
-
The example sentence without kanji (only kana). Sometimes this may include some Kanji, as furigana is not always available from Jisho.org.
final
- kanji → String
-
The example sentence including kanji.
final
-
pieces
→ List<
ExampleSentencePiece> -
The lifted/unlifted pairs that make up the sentence. Lifted text is furigana, unlifted is the text below the furigana.
final
-
props
→ List<
Object> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited