platform property

  1. @TagNumber(3)
String get platform

The platform that the file is built to run on

Implementation

@$pb.TagNumber(3)
$core.String get platform => $_getSZ(2);
  1. @TagNumber(3)
set platform (String v)

Implementation

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