requestSent property

  1. @BuiltValueField.new(wireName: r'requestSent')
String? get requestSent

The body of the notification webhook that was sent to your server.

Implementation

@BuiltValueField(wireName: r'requestSent')
String? get requestSent;