SafeCastExtension extension

Extension on Object providing safe casting functionality.

on

Methods

safeCast<T>() → T?

Available on Object?, provided by the SafeCastExtension extension

Safely casts the object to a specific type.