to method

QuickReference to(
  1. dynamic newValue
)

Implementation

QuickReference to(dynamic newValue) {
  Quick.set(key, newValue);
  return this;
}