Card class

Constructors

Card.from({required int id, required String kami, required String simo, required String kamiKana, required String simoKana, required String kamiRomaji, required String simoRomaji, required String author, required String authorKana, required String pictureUrl})
Returns the new instance of Card based on arguments.

Properties

author String
The author
final
authorKana String
The author in kana
final
hashCode int
The hash code for this object.
no setteroverride
id int
The id
final
kami String
The kami phrase
final
kamiKana String
The kami phrase in kana
final
kamiRomaji String
The kami phrase in romaji
final
pictureUrl String
The url to the image of this card
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
simo String
The simo phrase
final
simoKana String
The simo phrase in kana
final
simoRomaji String
The simo phrase in romaji
final

Methods

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

Operators

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