confirmationDialogResponse property
@doc The True/False response from the user on a confirmation dialog.
Implementation
@$pb.TagNumber(2)
FFConfirmationDialogResponse get confirmationDialogResponse => $_getN(1);
Implementation
@$pb.TagNumber(2)
set confirmationDialogResponse(FFConfirmationDialogResponse value) =>
$_setField(2, value);