webhookSource property

  1. @TagNumber(8)
String get webhookSource

Implementation

@$pb.TagNumber(8)
$core.String get webhookSource => $_getSZ(7);
  1. @TagNumber(8)
set webhookSource (String v)

Implementation

@$pb.TagNumber(8)
set webhookSource($core.String v) {
  $_setString(7, v);
}