ImageInfo class

업로드된 개별 이미지 정보

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

Properties

contentType String
업로드 된 이미지의 Content-Type
final
hashCode int
The hash code for this object.
no setterinherited
height int
업로드 된 이미지의 높이 (단위: 픽셀)
final
length int
업로드 된 이미지의 용량 (단위: 바이트)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
업로드 된 이미지의 URL
final
width int
업로드 된 이미지의 너비 (단위: 픽셀)
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