chipId property

  1. @TagNumber.new(4)
String get chipId

Implementation

@$pb.TagNumber(4)
$core.String get chipId => $_getSZ(3);
  1. @TagNumber.new(4)
set chipId (String v)

Implementation

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