menu
innerlibs
global.dart
typeOf<
T
> function
typeOf
dark_mode
light_mode
typeOf<
T
>
function
Type
typeOf
<
T
>(
)
Returns the type of
T
.
Implementation
Type typeOf<T>() => T;
innerlibs
global
typeOf<
T
> function
global library