linkingUserPromptText property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber.new(36)
LinkingUserPromptScreenText get linkingUserPromptText

Deprecated: the linking user prompt screen no longer exists

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(36)
$15.LinkingUserPromptScreenText get linkingUserPromptText => $_getN(35);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber.new(36)
set linkingUserPromptText (LinkingUserPromptScreenText value)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(36)
set linkingUserPromptText($15.LinkingUserPromptScreenText value) =>
    $_setField(36, value);