applicationId property

  1. @TagNumber.new(1)
String get applicationId

The unique identifier of the application.

Implementation

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

Implementation

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