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