token property

String? token
final

the secure token of the webhook (returned for Incoming Webhooks)

is not always returned, hence the nullable property

Implementation

final String? token;