callback property

CreatorCallback<E, A> callback

Implementation

CreatorCallback<E, A> get callback => _overriddenCallback ?? _callback;