getValue method

dynamic getValue()

Gets the cached value.

Return the value object.

Implementation

dynamic getValue() {
  return _value;
}