username property

  1. @JsonKey.new(includeIfNull: false)
String? username
final

Override the default username of the webhook

Implementation

@JsonKey(includeIfNull: false)
final String? username;