appPlatform property
The app platform. Eg "ANDROID", "IOS".
Implementation
@$pb.TagNumber(4)
$core.String get appPlatform => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set appPlatform($core.String v) {
$_setString(3, v);
}
The app platform. Eg "ANDROID", "IOS".
@$pb.TagNumber(4)
$core.String get appPlatform => $_getSZ(3);
@$pb.TagNumber(4)
set appPlatform($core.String v) {
$_setString(3, v);
}