externalLoginDescription property

  1. @TagNumber.new(4)
String get externalLoginDescription

Implementation

@$pb.TagNumber(4)
$core.String get externalLoginDescription => $_getSZ(3);
  1. @TagNumber.new(4)
set externalLoginDescription (String v)

Implementation

@$pb.TagNumber(4)
set externalLoginDescription($core.String v) { $_setString(3, v); }