$read method

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

Used by the registry to read the atoms value.

Implementation

@override
R $read(AtomContext ctx) => initialValue;