public readonly property isFinal as Boolean:
Indicates whether the type is final.
print(Int.type.isFinal)