platform property
- @TagNumber(1)
The OS and architecture the module is built to run on
Implementation
@$pb.TagNumber(1)
$core.String get platform => $_getSZ(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set platform($core.String v) { $_setString(0, v); }