read method

  1. @override
Value read(
  1. Ref<Value> ref
)
override

Used by the container to read the pods value.

Implementation

@override
Value read(Ref<Value> ref) => reader(ref);