customClassId property

  1. @TagNumber(2)
String customClassId

If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.

Implementation

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

Implementation

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