tag method

Offer tag(
  1. TitleTag tag
)

Adds a TitleTag that describe the data attached to this Offer.

Implementation

Offer tag(TitleTag tag) {
  _tags.add(tag);
  return this;
}