platform property

  1. @TagNumber(1)
String platform

The OS and architecture the module is built to run on

Implementation

@$pb.TagNumber(1)
$core.String get platform => $_getSZ(0);
  1. @TagNumber(1)
void platform=(String v)

Implementation

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