testWebhook property

LinksElementBuilder get testWebhook

Implementation

LinksElementBuilder get testWebhook =>
    _$this._testWebhook ??= LinksElementBuilder();
set testWebhook (LinksElementBuilder? testWebhook)

Implementation

set testWebhook(LinksElementBuilder? testWebhook) =>
    _$this._testWebhook = testWebhook;