get

abstract operator fun get(key: String): RealmProperty?

Index operator to lookup a specific RealmProperty from its persisted property name.

Return

the RealmProperty with the given propertyName or null if no such property exists.