Property
volatile
Whether this attribute has a volatile value.
var volatile: Bool
Discussion
Volatile attributes are not stored but computed on demand.
Property
Whether this attribute has a volatile value.
var volatile: Bool
Volatile attributes are not stored but computed on demand.