UserAnimeListStatus class

Inheritance

Constructors

UserAnimeListStatus({String? comments, DateTime? finishDate, bool? isRewatching, int? numEpisodesWatched, int? numTimesRewatched, int? priority, int? rewatchValue, int? score, DateTime? startDate, WatchStatus? status, List<String>? tags, DateTime? updatedAt})
UserAnimeListStatus.fromJsonMap(Map<String, dynamic> data)

Properties

comments String?
finalinherited
finishDate DateTime?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isRewatching bool?
final
numEpisodesWatched int?
final
numTimesRewatched int?
final
priority int?
finalinherited
rewatchValue int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score int?
finalinherited
startDate DateTime?
finalinherited
status WatchStatus?
final
tags List<String>?
finalinherited
updatedAt DateTime?
finalinherited

Methods

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

Operators

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