isStatic

open fun isStatic(): Boolean(source)

Return

true, if the modifier static is explicitly added to this node. If the node is implicitly static without an explicit modifier (e.g. nested records), this method should be overridden.