$read method

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

Used by the registry to read the atoms value.

Implementation

@override
A $read(AtomContext<A> ctx) => reader(ctx, parent);