confirmedFlag property

  1. @BuiltValueField.new(wireName: r'ConfirmedFlag')
bool? get confirmedFlag

Indicates te response of the user from the GetConfirmation input command.

Implementation

@BuiltValueField(wireName: r'ConfirmedFlag')
bool? get confirmedFlag;