cast

inline fun <T> Config.cast(): RequiredConfigProperty<T>

Returns a property that can read/set associated value casted from config.

Return

a property that can read/set associated value casted from config

Sources

jvm source
Link copied to clipboard