menu
api_sdk package
documentation
api_sdk.dart
cast<T> function
cast<T> function
dark_mode
light_mode
cast<
T
>
function
T?
cast
<
T
>(
dynamic
x
)
cast a variable to a type
Implementation
T? cast<T>(x) => x is T ? x : null;
api_sdk package
documentation
api_sdk
cast<T> function
api_sdk library