facebookInstantGameId property

  1. @TagNumber(17)
String get facebookInstantGameId

Implementation

@$pb.TagNumber(17)
$core.String get facebookInstantGameId => $_getSZ(16);
  1. @TagNumber(17)
set facebookInstantGameId (String v)

Implementation

@$pb.TagNumber(17)
set facebookInstantGameId($core.String v) {
  $_setString(16, v);
}