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 information
getter/setter pair
profileImageUrl Uri?
KO: 프로필 이미지 URL
EN: Profile image URL
getter/setter pair
profileText String?
KO: 프로필 텍스트
EN: Profile text
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sum String?
KO: 요약 정보
EN: Summary
getter/setter pair
sumOp String?
KO: 합산 가격
EN: Total price
getter/setter pair
titleImageCategory String?
KO: 이미지 아이템의 카테고리
EN: Category of the image item
getter/setter pair
titleImageText String?
KO: 이미지 아이템 제목
EN: Title of the image item
getter/setter pair
titleImageUrl Uri?
KO: 이미지 아이템 이미지 URL
EN: Image URL of the image item
getter/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