pay property

  1. @JsonKey(name: 'pay')
bool? get pay
inherited

Optional. Specify True, to send a Pay button.

NOTE: This type of button must always be the first button in the first row.

Implementation

@JsonKey(name: 'pay')
bool? get pay => throw _privateConstructorUsedError;