currentAvatarImageUrl property

  1. @JsonKey(name: r'currentAvatarImageUrl', required: true, includeIfNull: false)
String currentAvatarImageUrl
final

When profilePicOverride is not empty, use it instead.

Implementation

@JsonKey(name: r'currentAvatarImageUrl', required: true, includeIfNull: false)
final String currentAvatarImageUrl;