data<T> method

T? data<T>()

Returns the data of the Controller

Implementation

T? data<T>() => dataFor<T>(typeName);