ImageInfo class

KO: 이미지 정보
EN: Image information

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

Properties

contentType → String
KO: 이미지 포맷
EN: Image format
final
hashCode → int
The hash code for this object.
no setterinherited
height → int
KO: 이미지 높이
EN: Image height
final
length → int
KO: 이미지 파일 크기
EN: Image file size
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
url → String
KO: 이미지 URL
EN: Image URL
final
width → int
KO: 이미지 너비
EN: Image width
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