StoryImage class

카카오스토리의 내스토리 정보 중 이미지 내용을 담고 있는 클래스

Annotations
  • @JsonSerializable(includeIfNull: false)

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
large → String?
720 * 960
final
medium → String?
240 * 320
final
original → String?
원본 이미지의 url
final
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
small → String?
160 * 213
final
xlarge → String?
1280 * 1706
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

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