to method

St8Reference to(
  1. dynamic newValue
)

Implementation

St8Reference to(dynamic newValue) {
  St8.set(key, newValue);
  return this;
}