Favorite class

お気に入り情報

Constructors

Favorite()
Favorite.fromMap(Map<String, dynamic> map)
factory

Properties

favoriteDate DateTime?
お気に入り更新日時
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isFavorite bool?
ユーザー自身がお気に入り登録している場合true
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

import(Map<String, dynamic>? map) Favorite?