Whether this DProperty is var or val, should be present both in Kotlin and in Java properties
var
val
In case of properties that came from Java, IsVar is added if the java field has no accessors at all (plain field) or has a setter
Java