TypedAtomHandler<T> constructor

const TypedAtomHandler<T>({
  1. required TypedAtomBuilder builder,
})

Implementation

const TypedAtomHandler({
  required this.builder,
});