ItemInfo class

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

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

Properties

hashCode int
The hash code for this object.
no setterinherited
item String
아이템 이름, 최대 6자까지 출력
getter/setter pair
itemOp String
아이템 이름, 최대 6자까지 출력
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
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