autoRedirectDescription property

  1. @TagNumber.new(2)
String get autoRedirectDescription

Text to describe that auto-redirect should happen after successful login

Implementation

@$pb.TagNumber(2)
$core.String get autoRedirectDescription => $_getSZ(1);
  1. @TagNumber.new(2)
set autoRedirectDescription (String value)

Implementation

@$pb.TagNumber(2)
set autoRedirectDescription($core.String value) => $_setString(1, value);