is Moved From Interface Companion
Applicable to a property declared in an interface's companion object. Indicates that its backing field is declared as a static field in the interface. In Kotlin code, this usually happens if the property is annotated with JvmField.
Returns false
if the property is not declared in a companion object of some interface.