avatar property

  1. @JsonKey.new(includeIfNull: false)
Base64ImageType? avatar
final

The new avatar image as a base64-encoded data URI

Implementation

@JsonKey(includeIfNull: false)
final Base64ImageType? avatar;