withLaterDesc method

MetaGetBuilder withLaterDesc()

Add query parameters to fetch topic description if it's newer than the last update

Implementation

MetaGetBuilder withLaterDesc() {
  return withDesc(_getIms());
}