nullx_utils library
Functions
-
todo(
{String reason = 'An operation is not implemented.'}) → Never - Throws a NotImplementedError indicating that an operation is not implemented.
-
tryCast<
T> (dynamic x) → T? -
Tries to cast the input
xto the specified typeT.
Exceptions / Errors
- NotImplementedError
- Exception thrown to indicate that an operation is not implemented.