DailyOutfit class

每日搭配模型

Constructors

DailyOutfit({required String id, required DateTime date, required List<String> itemIds, String? occasion, String? weather, String? aiSuggestion, bool isAIGenerated = false, String? userNote})
DailyOutfit.fromJson(Map<String, dynamic> json)
factory

Properties

aiSuggestion String?
final
date DateTime
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isAIGenerated bool
final
itemIds List<String>
final
occasion String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userNote String?
final
weather String?
final

Methods

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

Operators

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