Content class

콘텐츠의 내용을 담고 있는 오브젝트

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

Properties

description → String?
final
hashCode → int
The hash code for this object.
read-onlyinherited
imageHeight → int?
콘텐츠의 이미지 높이 (단위: 픽셀)
final
imageUrl → Uri?
콘텐츠의 이미지 URL
final
imageWidth → int?
콘텐츠의 이미지 너비 (단위: 픽셀)
final
콘텐츠 클릭 시 이동할 링크 정보
final
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
title → String?
콘텐츠의 타이틀
final

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