Perfume class

Annotations
  • @freezed

Constructors

Perfume({required String producer, required String id, required List<Rating> ratings, required List<SmileyRating> smileyRatings, required List<Accord> accords, required String description, required String quote, required List<ProOrCon> pros, required List<ProOrCon> cons, required List<ImageProvider<Object>> images, required List<Note> topNotes, required List<Note> middleNotes, required List<Note> baseNotes, required List<RatingCategory> ratingCategories})
factory

Properties

accords List<Accord>
no setterinherited
baseNotes List<Note>
no setterinherited
cons List<ProOrCon>
no setterinherited
copyWith → $PerfumeCopyWith<Perfume>
no setterinherited
description String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
images List<ImageProvider<Object>>
no setterinherited
middleNotes List<Note>
no setterinherited
producer String
no setterinherited
pros List<ProOrCon>
no setterinherited
quote String
no setterinherited
ratingCategories List<RatingCategory>
no setterinherited
ratings List<Rating>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smileyRatings List<SmileyRating>
no setterinherited
topNotes List<Note>
no setterinherited

Methods

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

Operators

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