platform property
- @TagNumber(3)
The platform that the file is built to run on
Implementation
@$pb.TagNumber(3)
$core.String get platform => $_getSZ(2);
- @TagNumber(3)
Implementation
@$pb.TagNumber(3)
set platform($core.String v) { $_setString(2, v); }