appId property

  1. @TagNumber.new(5)
String get appId

Unique application identifier within an app store.

Implementation

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

Implementation

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