ItemContent class
KO: 아이템 콘텐츠
EN: Item contents
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
↔ List<
ItemInfo> ? -
KO: 아이템 정보
EN: Item informationgetter/setter pair - profileImageUrl ↔ Uri?
-
KO: 프로필 이미지 URL
EN: Profile image URLgetter/setter pair - profileText ↔ String?
-
KO: 프로필 텍스트
EN: Profile textgetter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sum ↔ String?
-
KO: 요약 정보
EN: Summarygetter/setter pair - sumOp ↔ String?
-
KO: 합산 가격
EN: Total pricegetter/setter pair - titleImageCategory ↔ String?
-
KO: 이미지 아이템의 카테고리
EN: Category of the image itemgetter/setter pair - titleImageText ↔ String?
-
KO: 이미지 아이템 제목
EN: Title of the image itemgetter/setter pair - titleImageUrl ↔ Uri?
-
KO: 이미지 아이템 이미지 URL
EN: Image URL of the image itemgetter/setter pair
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