$read method

  1. @override
R $read(
  1. AtomContext<R> ctx
)
override

Used by the registry to read the atoms value.

Implementation

@override
R $read(AtomContext<R> ctx) => _parent.$read(ctx);