contentDetails property

  1. @TagNumber(5)
ProductContentDetails contentDetails

Implementation

@$pb.TagNumber(5)
ProductContentDetails get contentDetails => $_getN(4);
  1. @TagNumber(5)
void contentDetails=(ProductContentDetails v)

Implementation

@$pb.TagNumber(5)
set contentDetails(ProductContentDetails v) { setField(5, v); }