$read method

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

Used by the registry to read the atoms value.

Implementation

@override
Value $read(ctx) => reader(ctx);