dmitriy.m
open class Pin(@JvmField val pin: String?) : Indexable { open fun getPin(): String? { return pin }