avatar property

  1. @JsonKey.new(includeIfNull: true)
String? avatar
final

The hash of the user avatar image

Implementation

@JsonKey(includeIfNull: true)
final String? avatar;