platformType property

  1. @TagNumber(3)
PlatformType platformType

Implementation

@$pb.TagNumber(3)
PlatformType get platformType => $_getN(2);
  1. @TagNumber(3)
void platformType=(PlatformType v)

Implementation

@$pb.TagNumber(3)
set platformType(PlatformType v) { setField(3, v); }