smallImage property

  1. @JsonKey(name: 'small_image')
String? smallImage
final

the id for a small asset of the activity, usually a snowflake

Implementation

@JsonKey(name: 'small_image')
final String? smallImage;