activationLink property

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

Implementation

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

Implementation

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