username property

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

Username to access the webhook URL.

Implementation

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