iconUrl property

  1. @JsonKey.new(includeIfNull: false, name: 'icon_url')
String? iconUrl
final

Override the default icon of the webhook

Implementation

@JsonKey(includeIfNull: false, name: 'icon_url')
final String? iconUrl;