appInstanceId property

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

Unique id for this instance of the app. Example: "71683BF9FA3B4B0D9535A1F05188BAF3"

Implementation

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

Implementation

@$pb.TagNumber(2)
set appInstanceId($core.String v) {
  $_setString(1, v);
}