user<T> function

T user<T>()

It returns a new instance of a class that implements the _User interface

Implementation

T user<T>() => _User<T>().call();