minusAssign

Removes the specified string-value (by name) using -= syntax.


Removes the specified string-value (by names) using -= syntax.


operator fun StringValuesBuilder.minusAssign(property: KProperty<*>)(source)

Removes the specified string-value (by property) using -= syntax.


Removes the specified string-value (by properties) using -= syntax.