confirmationDialogResponse property

  1. @TagNumber(2)
FFConfirmationDialogResponse get confirmationDialogResponse

@doc The True/False response from the user on a confirmation dialog.

Implementation

@$pb.TagNumber(2)
FFConfirmationDialogResponse get confirmationDialogResponse => $_getN(1);
  1. @TagNumber(2)
set confirmationDialogResponse (FFConfirmationDialogResponse value)

Implementation

@$pb.TagNumber(2)
set confirmationDialogResponse(FFConfirmationDialogResponse value) =>
    $_setField(2, value);