linkingUserPromptText property

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

Deprecated: the linking user prompt screen no longer exists

Implementation

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

Implementation

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