result<T> method

GetResult<T>? result<T>()

Returns the data of the Controller

Implementation

GetResult<T>? result<T>() => resultFor<T>(typeName);