clear method

Meta clear()

Clears all metadata.

Implementation

Meta clear() {
  _meta.clear();
  return this;
}