getAsObject method

dynamic getAsObject()

Gets the value stored in this object without any conversions

Returns the object value.

Implementation

dynamic getAsObject() {
  return _value;
}