ItemInfo class

아이템 목록 형태의 콘텐츠의 내용을 담고 있는 오브젝트

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
item ↔ String
아이템 이름, 최대 6자까지 출력
read / write
itemOp ↔ String
아이템 이름, 최대 6자까지 출력
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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