stack method

Implementation

ContentMetadataBuilder stack(Map<String, StackedContentMetadata> stack) {
  _stack = stack;
  return this;
}