isFinal

open fun isFinal(): Boolean(source)

Return

true, if the modifier final is explicitly added to this node. If the node is implicitly final without an explicit modifier (e.g. records, and components of a record), this method should be overridden.