Favorites class

This class represents a collection of Favorites.

Constructors

Favorites.fromJson(Map<String, dynamic> json)
The default constructor.
factory

Properties

activities List<Favorite>
The favorite activities in the collection of favorites.
final
books List<Favorite>
The favorite books in the collection of favorites.
final
hashCode int
The hash code for this object.
no setterinherited
interests List<Favorite>
The interests in the collection of favorites.
final
movies List<Favorite>
The favorite movies in the collection of favorites.
final
music List<Favorite>
The favorite music in the collection of favorites.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
television List<Favorite>
The favorite television shows in the collection of favorites.
final

Methods

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

Operators

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