builder property

ContextBuilder<T>? get builder

How to builder the instance of T.

Implementation

ContextBuilder<T>? get builder => null;