UserMediaListStatus class abstract

Implementers

Constructors

UserMediaListStatus({String? comments, DateTime? finishDate, int? priority, int? score, DateTime? startDate, List<String>? tags, DateTime? updatedAt})
UserMediaListStatus.fromJsonMap(Map<String, dynamic> data)

Properties

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

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>

Operators

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