entityTypeBatchInline property

  1. @TagNumber(3)
EntityTypeBatch entityTypeBatchInline

Implementation

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

Implementation

@$pb.TagNumber(3)
set entityTypeBatchInline(EntityTypeBatch v) {
  setField(3, v);
}