icon property

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

Base64-encoded image data for the guild icon

Implementation

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