avatar property

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

The avatar image as base64

Implementation

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