store method

GlobalReference store()

Implementation

GlobalReference store() {
  Globals.store(key, value);
  return this;
}