thumbnailUrl property

  1. @JsonKey.new(name: 'thumbnailURL')
String? thumbnailUrl
final

KO: 프로필 썸네일 이미지
EN: Profile thumbnail image

Implementation

@JsonKey(name: 'thumbnailURL')
final String? thumbnailUrl;