int
fun MetaProvider.int(default: Int, key: Name? = null): ReadOnlyProperty<Any?, Int>
Content copied to clipboard
fun MutableMetaProvider.int(key: Name? = null): ReadWriteProperty<Any?, Int?>
Content copied to clipboard
fun MutableMetaProvider.int(default: Int, key: Name? = null): ReadWriteProperty<Any?, Int>
Content copied to clipboard